fixed typo, thanks Paolo

This commit is contained in:
mdipierro
2019-05-03 20:01:27 -07:00
parent 1a169b340e
commit eba2455298
+2 -2
View File
@@ -314,9 +314,9 @@ class web2pyDialog(object):
self.tb = None
def update_schedulers(self, start=False):
if start and self.options.with_scheduler and self.options.with_schedulers:
if start and self.options.with_scheduler and self.options.schedulers:
# the widget takes care of starting the schedulers
apps = [ag.split(':', 1)[0] for ag in self.options.with_schedulers]
apps = [ag.split(':', 1)[0] for ag in self.options.schedulers]
else:
apps = []
for app in apps: