mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-24 01:14:24 +01:00
bump
This commit is contained in:
@@ -112,10 +112,10 @@ class DVMTaskInterface:
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
|
||||
stop_threads = False
|
||||
|
||||
try:
|
||||
self.nostr_dvm_thread = Thread(target=self.DVM, args=[self.dvm_config, self.admin_config, lambda: self.stop_threads], daemon=False)
|
||||
self.nostr_dvm_thread = Thread(target=self.DVM, args=[self.dvm_config, self.admin_config, lambda: stop_threads], daemon=False)
|
||||
self.nostr_dvm_thread.start()
|
||||
except BaseException as e:
|
||||
print("gone")
|
||||
|
||||
Reference in New Issue
Block a user