Browse Source

add import aiofiles

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

+ 1 - 0
api/main.py

@@ -31,6 +31,7 @@ import io
 from first import first
 import traceback
 import logging
+import aiofiles
 #test
 
 app = FastAPI()