Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #174 from MurdoMaclachlan/2.2.0-patch9-issue-167
Browse files Browse the repository at this point in the history
2.2.0 patch9 issue 167
  • Loading branch information
MurdoMaclachlan authored Dec 3, 2021
2 parents 76c46b0 + 4987b2c commit 316ebc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oscrcore/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
],
"wait": 10,
}
VERSION = "2.2.0-dev8-20211202"
VERSION = "2.2.0-dev9-20211202"
2 changes: 1 addition & 1 deletion oscrcore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def edit_credentials() -> bool:
pass
else:
creds[key] = value
dump_credentials()
dump_credentials(creds)

return True

Expand Down

0 comments on commit 316ebc2

Please sign in to comment.