Changeset 740:940403ee48fb for src/mlx/gui
- Timestamp:
- 01/02/16 12:16:46 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/acars.py
r649 r740 21 21 """The flight info tab.""" 22 22 # The URL of the ACARS map 23 URL = "http://virtualairlines.hu/acars2/show.html"23 URL = MAVA_BASE_URL + "/acars2/show.html" 24 24 25 25 def __init__(self, gui):
Note:
See TracChangeset
for help on using the changeset viewer.