From c4ee2ff35c8d90044c2987500ba1823dcf58be2e Mon Sep 17 00:00:00 2001 From: himidori Date: Sat, 24 Mar 2018 17:58:52 +0300 Subject: [PATCH] Grammar fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 53e2881..8dc6c69 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ import log logfile = 'log.txt' db = DbHandler('77.73.65.40', 'root', 'lfrjnf1961', 'ourloc') -log.log(log.LOG_LEVEL_INFO, 'succesfully connected to the database') +log.log(log.LOG_LEVEL_INFO, 'successfuly connected to the database') df = parse_domodedovo() log.log(log.LOG_LEVEL_INFO, "parsed {} flights for domodedovo", len(df), out_file=logfile)