fixed gui status not appearing fast enough

This commit is contained in:
Kevin Froman 2018-04-18 02:17:04 -05:00
parent d5f96e4cb8
commit b4eb1392ea
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OnionrGUI:
self.root.title("PyOnionr")
self.runningCheckDelay = 5
self.runningCheckDelayCount = 0
self.runningCheckDelayCount = 5
scrollbar = Scrollbar(self.root)
scrollbar.pack(side=RIGHT, fill=Y)