Update main.py

This commit is contained in:
Aira Catapang
2026-03-17 03:45:05 +00:00
committed by system
parent 8c0e55684b
commit 47bf692c67

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=8000)
uvicorn.run(app, host="0.0.0.0", port=7860)