dev@locazia: fix misprint
This commit is contained in:
parent
4e8e5f6955
commit
8544b20b66
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue