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:
@@ -364,5 +364,5 @@ def main():
|
|||||||
print(colored('Something went wrong! Please try again.', color='red'))
|
print(colored('Something went wrong! Please try again.', color='red'))
|
||||||
raise SystemExit
|
raise SystemExit
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user