From: Guillaume Pellerin Date: Wed, 22 Apr 2020 08:06:49 +0000 (+0200) Subject: [command] add spaces X-Git-Tag: 1.7.4~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=69994fb9c5c57bc1299ab08a05856a7e9012ca5e;p=telemeta.git [command] add spaces --- diff --git a/telemeta/management/commands/telemeta-run-timeside-experience.py b/telemeta/management/commands/telemeta-run-timeside-experience.py index 7e3616d2..7c97b806 100644 --- a/telemeta/management/commands/telemeta-run-timeside-experience.py +++ b/telemeta/management/commands/telemeta-run-timeside-experience.py @@ -97,8 +97,8 @@ class Command(BaseCommand): def create_experience(self): presets = [] - processors = timeside.core.processor.processors(timeside.core.api.IProcessor) + for proc in processors: trig = True # print(proc.id()) @@ -119,6 +119,7 @@ class Command(BaseCommand): else: self.experience = Experience() self.experience.save() + for preset in presets: if not preset in self.experience.presets.all(): self.experience.presets.add(preset)