Stable-V.1.0.1

- screen refresh has been sped up to provide smoother experience
This commit is contained in:
janis
2022-03-19 14:23:09 +01:00
parent b3c079c661
commit fff4467652
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ class Main(MDScreen):
def initialize(self):
try:
Clock.schedule_interval(self.screen_updating, 2)
Clock.schedule_interval(self.screen_updating, 1)
except:
pass