Fixed exit code

This commit is contained in:
Mark Qvist 2024-08-29 13:20:00 +02:00
parent d3b8c1c829
commit 7be6a0e000

View File

@ -356,6 +356,7 @@ def program_setup(configdir, dispall=False, verbosity=0, name_filter=None, json=
print("Could not get RNS status")
else:
print("Could not get RNS status from remote transport instance "+RNS.prettyhexrep(identity_hash))
exit(1)
def main():
try: