dev@locazia: fix misprint

This commit is contained in:
user 2024-03-02 01:54:28 +03:00
parent 4e8e5f6955
commit 8544b20b66
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,6 @@ if __name__ == '__main__':
except BaseException as e: except BaseException as e:
make_log(startup_target[0].upper() + startup_target[1:], f"Error: {e}" + '\n' + str(traceback.format_exc()), make_log(startup_target[0].upper() + startup_target[1:], f"Error: {e}" + '\n' + str(traceback.format_exc()),
level='error') level='error')
sys.exit(1) sys.exit(0)
finally: finally:
loop.close() loop.close()