diff --git a/QRealTime.py b/QRealTime.py index 629790c..4cb59d8 100644 --- a/QRealTime.py +++ b/QRealTime.py @@ -228,7 +228,7 @@ def initGui(self): self.topElement= None self.version='' try: - self.time=3600 + self.time=86400 self.time=int(service.getValue(self.tr('sync time'))) except: print ('can not read time')