浏览代码

mysql issue

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

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


+ 2 - 1
main.py

@@ -30,7 +30,8 @@ from jose import JWTError, jwt
 from fastapi_jwt_auth import AuthJWT
 from fastapi_jwt_auth.exceptions import AuthJWTException
 from fastapi.security import OAuth2AuthorizationCodeBearer, OAuth2PasswordRequestForm
-
+import pymysql
+pymysql.install_as_MySQLdb()
 
 # app
 app = FastAPI()