mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-14 21:03:08 -04:00
Use daemon = True boolean instead of setter setDaemon in CLI AutoStop thread
This commit is contained in:
parent
303c83604c
commit
db10da294f
@ -614,7 +614,7 @@ class AutoStopTimer(threading.Thread):
|
||||
|
||||
self.common = common
|
||||
|
||||
self.setDaemon(True)
|
||||
self.daemon = True
|
||||
self.time = time
|
||||
|
||||
def run(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user