X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=helpers%2Faction.py;h=b921fbff18c8a263d9473b748c0602a36aed6445;hb=60979de4e9f5f3f249f4887b8fecfe94f233b3d4;hp=327d42fe3a2f3e6df02617630922d980e4cfc476;hpb=16759756aa5b2ebee740d8de9f9f8770afc413ac;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/helpers/action.py b/helpers/action.py index 327d42f..b921fbf 100644 --- a/helpers/action.py +++ b/helpers/action.py @@ -24,7 +24,7 @@ class Action: def ready(self): if 'music' in self.arguments: - return self.arguments['music'].loaded + return self.arguments['music'].check_is_loaded() else: return True