1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Moved call for main function

This commit is contained in:
zbeacon
2021-08-31 16:55:07 +03:00
parent f1a33f28e0
commit e76186c4e4

View File

@@ -364,5 +364,5 @@ def main():
print(colored('Something went wrong! Please try again.', color='red'))
raise SystemExit
if __name__ == '__main__':
main()