deleted one blank line uwu

This commit is contained in:
Lynne Megido 2019-09-10 12:09:38 +10:00
parent f2d15b7d80
commit a5706ccd59

View File

@ -6,7 +6,6 @@ import functions
cfg = json.load(open('config.json'))
print("Establishing DB connection")
db = MySQLdb.connect(
host = cfg['db_host'],