Skip to content

Commit

Permalink
Put the cache file in the config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
werdeil committed May 26, 2018
1 parent c4ffd23 commit c3929d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itunes_last_export/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, fenetre, **kwargs):
Frame.__init__(self, fenetre, width=768, height=576, **kwargs)
self.thread = None
self.server = "last.fm"
self.extract_file = "extract_last_fm.txt"
self.extract_file = osp.abspath(osp.expanduser("~/.config/itunes-last-export/extract_last_fm.txt"))
self.config_path = osp.abspath(osp.expanduser("~/.config/itunes-last-export/itunes-last-export.cfg"))
self.username = ''
self.use_cache = False
Expand Down

0 comments on commit c3929d9

Please sign in to comment.