Update fun.py
Browse files
fun.py
CHANGED
|
@@ -272,4 +272,4 @@ async def cdp_native_ws_proxy(websocket: WebSocket, tab_type: str, target_id: st
|
|
| 272 |
|
| 273 |
|
| 274 |
if __name__ == "__main__":
|
| 275 |
-
uvicorn.run("
|
|
|
|
| 272 |
|
| 273 |
|
| 274 |
if __name__ == "__main__":
|
| 275 |
+
uvicorn.run("fun:app", host="0.0.0.0", port=8000, reload=True)
|