This commit is contained in:
Believethehype
2023-11-29 10:46:51 +01:00
parent 8225478a24
commit 9f495f50fd
2 changed files with 13 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ def run_nostr_dvm_with_local_config():
except KeyboardInterrupt:
print('Stay weird!')
os.kill(os.getpid(), signal.SIGKILL)
exit(1)
if __name__ == '__main__':