alterware: our changes
Some checks failed
Run Tests / build (3.10) (push) Failing after 1m8s
Run Tests / build (3.11) (push) Failing after 9s
Run Tests / build (3.12) (push) Failing after 8s

This commit is contained in:
alterware
2025-05-20 19:37:44 +00:00
parent 22828a1fc8
commit 061e7fb96e
3 changed files with 13 additions and 13 deletions

View File

@ -486,4 +486,4 @@ def oEmbedGen(description, user, video_link, ttype,providerName=None):
if __name__ == "__main__":
app.config['SERVER_NAME']='localhost:80'
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=8080)