commit
37627024de
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def request_autostart():
|
||||||
|
|
||||||
request_autostart()
|
request_autostart()
|
||||||
|
|
||||||
thread = Timer(10, os._exit, [0])
|
thread = Timer(10, sys.exit, [0])
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
loop = GLib.MainLoop()
|
loop = GLib.MainLoop()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue