christofkaelin / radiostation-persister

1 stars 0 forks source link

Read latest db entry on any other runs except first run #2

Open christofkaelin opened 4 years ago

christofkaelin commented 4 years ago

There's something terribly wrong with line 84: previousSong = Song(None, None, datetime.datetime(1970, 1, 1, 0, 0, 0, 0, time_zone), None)

Currently it is impossible to run the tool, stop it and run it again without saving duplicates.

Add startup parameters to the tool, e.g.: python3 run.py -continue