Spaces:
Runtime error
Runtime error
Push
Browse files- src/__pycache__/server.cpython-39.pyc +0 -0
- src/server.py +0 -3
src/__pycache__/server.cpython-39.pyc
CHANGED
Binary files a/src/__pycache__/server.cpython-39.pyc and b/src/__pycache__/server.cpython-39.pyc differ
|
|
src/server.py
CHANGED
@@ -63,9 +63,6 @@ def run(cmd: str) -> subprocess.CompletedProcess[bytes]:
|
|
63 |
return subprocess.run(cmd, shell=True, check=True)
|
64 |
|
65 |
|
66 |
-
run('find /')
|
67 |
-
|
68 |
-
|
69 |
@app.on_event('shutdown')
|
70 |
async def shutdown_event() -> None:
|
71 |
"""Kill the task manager when FastAPI shuts down."""
|
|
|
63 |
return subprocess.run(cmd, shell=True, check=True)
|
64 |
|
65 |
|
|
|
|
|
|
|
66 |
@app.on_event('shutdown')
|
67 |
async def shutdown_event() -> None:
|
68 |
"""Kill the task manager when FastAPI shuts down."""
|