Skip to content

Commit

Permalink
Update export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Feb 20, 2023
1 parent 1270306 commit c216943
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/export.py
Expand Up @@ -37,9 +37,6 @@ def repl(match, playlist):
folder = os.path.join(home, "Music/iTunes")
iTunesLibraryFile = os.path.join(folder, "iTunes Music Library.xml")

# TODO remove this
iTunesLibraryFile = r'C:\Users\cuzi\Dropbox\Coding\Python\cvzi\itunes_smartplaylist\tests\library_onlysmartplaylists.xml'

print("Reading %s . . . " % iTunesLibraryFile)
with open(iTunesLibraryFile, "rb") as fs:

Expand Down

0 comments on commit c216943

Please sign in to comment.