diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 0ee10129..726f4193 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -import asyncio, json, os, re, sys, traceback, discord, requests, time, subprocess +import asyncio, json, os, re, sys, traceback, discord, requests, subprocess from datetime import datetime, timedelta from bot_utils import setup, send_msg