mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-31 10:30:10 -04:00
waiting slightly longer for webkit to initialize, because sometimes it's not ready after 0.1 sec
This commit is contained in:
parent
1485734462
commit
1a6f08a846
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def main():
|
||||||
# start the web server
|
# start the web server
|
||||||
thread_web = thread.start_new_thread(onionshare.app.run, (), {"port": port})
|
thread_web = thread.start_new_thread(onionshare.app.run, (), {"port": port})
|
||||||
|
|
||||||
gobject.timeout_add(100, startup_sync)
|
gobject.timeout_add(500, startup_sync)
|
||||||
|
|
||||||
# main loop
|
# main loop
|
||||||
last_second = time.time()
|
last_second = time.time()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue