Update main.py

This commit is contained in:
Aira Catapang
2026-03-17 03:43:28 +00:00
committed by system
parent 6bbfa2c0e2
commit 8c0e55684b

View File

@@ -630,4 +630,4 @@ async def api_resolve(anime: str, episode: str):
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=7860)
uvicorn.run(app, host="0.0.0.0", port=8000)