From a5706ccd590992ed66ef483beee9022c9ebcb8cd Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 10 Sep 2019 12:09:38 +1000 Subject: [PATCH] deleted one blank line uwu --- service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/service.py b/service.py index 7382d38..7bbeab6 100755 --- a/service.py +++ b/service.py @@ -6,7 +6,6 @@ import functions cfg = json.load(open('config.json')) - print("Establishing DB connection") db = MySQLdb.connect( host = cfg['db_host'],