Browse Source

add threading

ming 3 years ago
parent
commit
ff4aa94c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -137,7 +137,7 @@ async def create_req_detail(req:deco_request_detail):
         req.id = pk
         x = threading.Thread(target=make_req_df)
         x.start()
-        #asyncio.run(make_req_df())
+        #asyncio.run(make_req_df())2
         return return_code
     else :
         return return_code