diff --git a/bots/management/commands/periodic_bots.py b/bots/management/commands/periodic_bots.py index 464ef9c..764ff55 100644 --- a/bots/management/commands/periodic_bots.py +++ b/bots/management/commands/periodic_bots.py @@ -18,4 +18,7 @@ class Command(BaseCommand): except Exception as e: sentry_sdk.capture_exception(e) traceback.print_exc() - sleep(5) + try: + sleep(5) + except KeyboardInterrupt: + return