diff --git a/main.py b/main.py index 53a981e..fbcfbca 100644 --- a/main.py +++ b/main.py @@ -9,6 +9,9 @@ def runPings(): telegram = TelegramHandler.TelegramHandler() conn = SQLConnectionHandler.getConnection() + if not conn: + telegram.sendMessage('230970888', 'Your SQL Server seems to be offline. Maybe give it a check as soon as possible.') + # Get data from SQL users = getUsers(conn) servers = getServersToPing(conn)