Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Feb 15, 2024
1 parent 4ef9d91 commit 54b9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def load_json(file):


station_path = Path(__file__).parent.absolute().joinpath('./out/brands/stations_ARAL Tankstelle_min.json')
output_path = Path(__file__).parent.absolute().joinpath('./out/aral.db')
output_path = Path(__file__).parent.absolute().joinpath('./out/other/aral.db')

station_query = ("CREATE TABLE IF NOT EXISTS `stations`(id INTEGER PRIMARY KEY, name TEXT NOT NULL, lat FLOAT NOT "
"NULL, lng FLOAT NOT NULL, address TEXT NOT NULL, city TEXT NOT NULL, state TEXT, postcode INTEGER "
Expand Down

0 comments on commit 54b9eb1

Please sign in to comment.