Skip to content

Commit

Permalink
Increase default sync time to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
shivareddyiirs committed Mar 23, 2020
1 parent 8bb4bdd commit 0a6fc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRealTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0a6fc7f

Please sign in to comment.