Grammar fix
This commit is contained in:
parent
1d5e172181
commit
c4ee2ff35c
2
main.py
2
main.py
@ -5,7 +5,7 @@ import log
|
|||||||
logfile = 'log.txt'
|
logfile = 'log.txt'
|
||||||
|
|
||||||
db = DbHandler('77.73.65.40', 'root', 'lfrjnf1961', 'ourloc')
|
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()
|
df = parse_domodedovo()
|
||||||
log.log(log.LOG_LEVEL_INFO, "parsed {} flights for domodedovo", len(df), out_file=logfile)
|
log.log(log.LOG_LEVEL_INFO, "parsed {} flights for domodedovo", len(df), out_file=logfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user