Change port

This commit is contained in:
0880
2026-01-17 02:00:28 +03:30
parent 5119a09c29
commit f9e2f846f6

2
app.py
View File

@@ -509,4 +509,4 @@ async def static(request, fn):
if __name__ == "__main__":
asyncio.run(app.run(port=8080))
asyncio.run(app.run(port=8989))