will this workaround work...?

This commit is contained in:
Kikimanox
2022-08-29 16:29:20 +02:00
parent ba944cfac0
commit 7360c41099
+4 -1
View File
@@ -16,5 +16,8 @@ def main():
app.run(port=8080)
if __name__ == '__main__':
# need to comment out the bottom part and add this because
# for some reason it won't run otherwise on the docker on the server
main()
# if __name__ == '__main__':
# main()