Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ async def proxy_to_node(
|
|
91 |
python_port: int,
|
92 |
scheme: str = "http",
|
93 |
mounted_path: str = "",
|
94 |
-
)
|
95 |
start_time = time.time()
|
96 |
|
97 |
full_path = request.url.path
|
|
|
91 |
python_port: int,
|
92 |
scheme: str = "http",
|
93 |
mounted_path: str = "",
|
94 |
+
):
|
95 |
start_time = time.time()
|
96 |
|
97 |
full_path = request.url.path
|