diff --git a/sizebot/lib/status.py b/sizebot/lib/status.py index 189c2078..60e56ace 100644 --- a/sizebot/lib/status.py +++ b/sizebot/lib/status.py @@ -3,6 +3,8 @@ except ImportError: daemon = None +# Used on linux to report bot status to systemd + def ready(): if not daemon: