Ask Solem 11 năm trước cách đây
mục cha
commit
ff13a6f69e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()