Jelajahi Sumber

mysql issue

aaron-1015 3 tahun lalu
induk
melakukan
1498e04f4c
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      __pycache__/main.cpython-39.pyc
  2. 2 1
      main.py

TEMPAT SAMPAH
__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()