dev@locazia: fix misprint
This commit is contained in:
parent
4e8e5f6955
commit
8544b20b66
|
|
@ -95,6 +95,6 @@ if __name__ == '__main__':
|
|||
except BaseException as e:
|
||||
make_log(startup_target[0].upper() + startup_target[1:], f"Error: {e}" + '\n' + str(traceback.format_exc()),
|
||||
level='error')
|
||||
sys.exit(1)
|
||||
sys.exit(0)
|
||||
finally:
|
||||
loop.close()
|
||||
|
|
|
|||
Loading…
Reference in New Issue