mirror of
https://github.com/quexten/goldwarden.git
synced 2025-02-10 00:50:43 +01:00
Fix os undefined
This commit is contained in:
parent
695ba111ab
commit
51ed712807
@ -55,7 +55,7 @@ def request_autostart():
|
||||
|
||||
request_autostart()
|
||||
|
||||
thread = Timer(10, os._exit, [0])
|
||||
thread = Timer(10, sys.exit, [0])
|
||||
thread.start()
|
||||
|
||||
loop = GLib.MainLoop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user