Skip to content

Commit

Permalink
Update mtgo_tracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cderickson committed Dec 30, 2022
1 parent 8d02a8d commit 17de8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mtgo_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ def delete_session():
window.winfo_y()+(window.winfo_height()/2)-(height/2)))

def del_session():
save_files = ["ALL_DATA","DRAFTS_TABLE","PICKS_TABLE","TIMEOUT","PARSED_FILE_DICT","PARSED_DRAFT_DICT","SETTINGS","MAIN_WINDOW_SIZE"]
save_files = ['ALL_DATA', 'DRAFTS_TABLE', 'PICKS_TABLE', 'TIMEOUT', 'PARSED_FILE_DICT',
'PARSED_DRAFT_DICT', 'SETTINGS', 'MAIN_WINDOW_SIZE', 'SKIP_FILES', 'SKIP_DRAFTS']
os.chdir(FILEPATH_ROOT + "\\" + "save")

session_exists = False
Expand Down

0 comments on commit 17de8fc

Please sign in to comment.