Changeset 1101:7939f3eeb03e


Ignore:
Timestamp:
09/16/23 11:51:29 (8 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The flight date is set properly when a flight is read from a file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/rpc.py

    r1074 r1101  
    446446            line = f.readline()
    447447
     448        self.date = date
    448449        if date is not None:
    449450            if departureTime is not None:
Note: See TracChangeset for help on using the changeset viewer.