Ignore:
Timestamp:
01/02/16 12:16:46 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for an environment variable that can be set to use a different base URL for the MAVA site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/acars.py

    r649 r740  
    2121    """The flight info tab."""
    2222    # The URL of the ACARS map
    23     URL = "http://virtualairlines.hu/acars2/show.html"
     23    URL = MAVA_BASE_URL + "/acars2/show.html"
    2424
    2525    def __init__(self, gui):
Note: See TracChangeset for help on using the changeset viewer.