Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
closes window when enter pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
wettortoise committed Nov 1, 2021
1 parent 1c75f67 commit ae967c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ def write_oauth(self):
settings.truncate() # remove old content
rewrite_file = json.dump(load_data,settings,indent=4) # rewrite the file with the new data

self.close()


0 comments on commit ae967c0

Please sign in to comment.