Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masonasons committed Jul 15, 2021
1 parent 3963a46 commit 3f3ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def OnViewUserDb(self, event=None):

def OnCleanUserDb(self, event=None):
globals.clean_users()
globals.save-users()
globals.save_users()

def on_list2_change(self, event):
globals.currentAccount.currentTimeline.index=self.list2.GetSelection()
Expand Down

0 comments on commit 3f3ca72

Please sign in to comment.