bugfix: remote screen updating unreliable
This commit is contained in:
@@ -223,6 +223,7 @@ class Main(MDScreen):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
|
self.__comparepos = 10000
|
||||||
if address != "":
|
if address != "":
|
||||||
self.ids.connectstatus.text = f"Connected to: {address}"
|
self.ids.connectstatus.text = f"Connected to: {address}"
|
||||||
svc.poststatus(address, True)
|
svc.poststatus(address, True)
|
||||||
|
|||||||
Reference in New Issue
Block a user