Skip to content

Commit

Permalink
flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 10, 2014
1 parent 4b55357 commit ff13a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def start(self, embedded_process=False, drift=-0.010):
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()
Expand Down

0 comments on commit ff13a6f

Please sign in to comment.