Fixed a bug that crashed the app

This commit is contained in:
janis
2022-11-22 20:33:54 +01:00
parent 716592ff63
commit 9205e47444
10 changed files with 6 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ class Main(MDScreen):
self.__comparepos = 10000
self.__updateui = False
self.__recently_updated = 0
self.__current_output = ""
global address
def key_pressed(self, keyboard, keycode, text, modifiers):