Grammar fix

This commit is contained in:
himidori 2018-03-24 17:58:52 +03:00
parent 1d5e172181
commit c4ee2ff35c
1 changed files with 1 additions and 1 deletions

View File

@ -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)