Ignore:
Timestamp:
03/10/12 13:13:03 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the code to log in to the MAVA website and download the flights.

File:
1 edited

Legend:

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

    r38 r41  
    1111import mlx.logger as logger
    1212import mlx.acft as acft
     13import mlx.web as web
    1314
    1415import time
     
    4950        self._stdioText = ""
    5051        self._stdioAfterNewLine = True
     52
     53        self.webHandler = web.Handler()
     54        self.webHandler.start()
    5155
    5256        self.toRestart = False
Note: See TracChangeset for help on using the changeset viewer.