浏览代码

add nest asyncio

ming 3 年之前
父节点
当前提交
596c47eacc
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      api/__pycache__/main.cpython-39.pyc
  2. 2 0
      api/main.py

二进制
api/__pycache__/main.cpython-39.pyc


+ 2 - 0
api/main.py

@@ -13,6 +13,8 @@ from oauth2client.service_account import ServiceAccountCredentials
 import gspread
 import asyncio
 app = FastAPI()
+import nest_asyncio
+nest_asyncio.apply()
 
 origins = [
     "https://hhh.com.tw"