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

The briefing works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r66 r67  
    1313import datetime
    1414import codecs
    15 import re
    1615import xml.sax
    1716
     
    452451    """Get the METARs from the NOAA website for certain airport ICAOs."""   
    453452
    454     # Regular expression matching a METAR line
    455     metarLine = re.compile("^[A-Z0-9]{4} ")
    456 
    457453    def __init__(self, callback, airports):
    458454        """Construct the request for the given airports."""
Note: See TracChangeset for help on using the changeset viewer.