Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
esalonico committed Jun 21, 2023
1 parent 519ae6e commit 531fc9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[routes]
; Format: [origin, destination, range_of_days_from_today]

muc_fco = ["MUC", "FCO", 3]
fco_muc = ["FCO", "MUC", 3]

; muc_fco = ["MUC", "FCO", 60]
; fco_muc = ["FCO", "MUC", 60]
; fmm_fco = ["FMM", "FCO", 60]
; fco_fmm = ["FCO", "FMM", 60]
muc_fco = ["MUC", "FCO", 20]
fco_muc = ["FCO", "MUC", 20]
fmm_fco = ["FMM", "FCO", 20]
fco_fmm = ["FCO", "FMM", 20]
2 changes: 1 addition & 1 deletion src/google_flight_analysis/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def add_pandas_df_to_db(self, df):
self.conn.rollback()
cursor.close()

print("execute_values() done")
print("{} rows added to table [{}]".format(len(df), self.db_table))
cursor.close()

# fix layover time
Expand Down

0 comments on commit 531fc9e

Please sign in to comment.