Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
removed un-necessary line from compatability code. Thouroughly tested upgrading codebase with: One user, Multiple user, Many and no Deadlines. all passed with flying colors.
  • Loading branch information
Crumpton, Bryan S committed Mar 27, 2020
1 parent 80cecbd commit cd48364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def allDeadlines(silent=True):
temp["deadlines"]={}
for profile,profile_deadlines in deadlines.items():
temp["deadlines"][profile]=profile_deadlines
temp["deadlines"].append(tempdict)
deadlines=temp
mw.addonManager.writeConfig(__name__, deadlines)
profile = str(aqt.mw.pm.name)
Expand Down

0 comments on commit cd48364

Please sign in to comment.