Commit db9de98e authored by nanahira's avatar nanahira

fix

parent d4ac0fca
Pipeline #36923 passed with stages
in 1 minute and 34 seconds
...@@ -660,6 +660,7 @@ if __name__ == "__main__": ...@@ -660,6 +660,7 @@ if __name__ == "__main__":
# quit # quit
sys.exit(0) sys.exit(0)
asyncio.run(check_cookie_process()) asyncio.run(check_cookie_process())
else:
import uvicorn import uvicorn
uvicorn.run( uvicorn.run(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment