Silly code, fixed

master
Anthony Forsberg 2017-05-23 13:56:39 -04:00
parent c0048dd9fe
commit c3bcb77fd6
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class BandcampDownloader:
print(e)
print("Downloading failed..")
return False
if skip is not True:
if skip is False:
self.write_id3_tags(filepath, track_meta)
if os.path.isfile("{}.not.finished".format(__version__)):