1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

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')) cfg = json.load(open('config.json'))
print("Establishing DB connection") print("Establishing DB connection")
db = MySQLdb.connect( db = MySQLdb.connect(
host = cfg['db_host'], host = cfg['db_host'],