Skip to content

Commit

Permalink
Got rid of a TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
Scot_Survivor committed Feb 3, 2021
1 parent 9c6da29 commit d493390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def SaveBind(self, *args):
marshal_data = marshal.dumps(self.Note.toJSON())
f = open(path, mode="wb")
marshal.dump(marshal_data, f)
RunApp.ScreenManager.current = "NoteEntry" # TODO Change this to a "Information" screen.
RunApp.ScreenManager.current = "NoteEntry"


class LoadPage(GridLayout):
Expand Down

0 comments on commit d493390

Please sign in to comment.