Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
ff13a6f69e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/beat.py

+ 1 - 1
celery/beat.py

@@ -463,7 +463,7 @@ class Service(object):
                 interval = interval + drift if interval else interval
                 if interval and interval > 0:
                     debug('beat: Waking up %s.',
-                        humanize_seconds(interval, prefix='in '))
+                          humanize_seconds(interval, prefix='in '))
                     time.sleep(interval)
         except (KeyboardInterrupt, SystemExit):
             self._is_shutdown.set()