diff --git a/cli/onionshare_cli/common.py b/cli/onionshare_cli/common.py index 724122b5..16f5b2fd 100644 --- a/cli/onionshare_cli/common.py +++ b/cli/onionshare_cli/common.py @@ -614,7 +614,7 @@ class AutoStopTimer(threading.Thread): self.common = common - self.setDaemon(True) + self.daemon = True self.time = time def run(self):