Ignore:
Timestamp:
04/22/12 14:45:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The METAR of the arrival airport is downloaded in the landing stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r104 r106  
    1414import datetime
    1515import codecs
     16import traceback
    1617import xml.sax
    1718
     
    301302            returned = True
    302303        except Exception, e:
     304            traceback.print_exc()
    303305            result = e
    304306            returned = False
     
    308310        except Exception, e:
    309311            print >> sys.stderr, "web.Handler.Request.perform: callback throwed an exception: " + str(e)
     312            traceback.print_exc()
    310313
    311314#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.