Open christofkaelin opened 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)
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
python3 run.py -continue
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