Skip to content

Commit

Permalink
edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Mar 18, 2024
1 parent 64a7550 commit 5b42f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traffic/data/basic/aircraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def download_junzis(self) -> None: # coverage: ignore
if filename.exists():
self.data = pd.read_pickle(filename).fillna("")

f = session.get("https://junzisun.com/adb/download/aircraft_db.zip")
f = session.get("https://junzis.com/adb/download/aircraft_db.zip")
with zipfile.ZipFile(io.BytesIO(f.content)) as zfile:
with zfile.open("aircraft_db.csv", "r") as dbfile:
self.data = (
Expand Down

0 comments on commit 5b42f9d

Please sign in to comment.