ming пре 3 година
родитељ
комит
596c47eacc
2 измењених фајлова са 2 додато и 0 уклоњено
  1. BIN
      api/__pycache__/main.cpython-39.pyc
  2. 2 0
      api/main.py

BIN
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"