feat:修复一些小bug
This commit is contained in:
parent
dc7ac70f2d
commit
f2b87322e9
7
config.py
Normal file
7
config.py
Normal file
@ -0,0 +1,7 @@
|
||||
import pymysql
|
||||
|
||||
mysql_host =
|
||||
mysql_port =
|
||||
mysql_user =
|
||||
mysql_password =
|
||||
mysql_database =
|
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@ -0,0 +1,6 @@
|
||||
fastapi==0.101.1
|
||||
fastapi_login==1.9.1
|
||||
pymysql==1.1.0
|
||||
Requests==2.31.0
|
||||
requests_html==0.10.0
|
||||
uvicorn==0.23.2
|
@ -1,5 +1,5 @@
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
import hashlib
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
|
@ -1,6 +1,6 @@
|
||||
import csv
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
import hashlib
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
@ -1,6 +1,6 @@
|
||||
# 导入pymysql
|
||||
import pymysql
|
||||
import untils
|
||||
import config
|
||||
|
||||
mysql_host = untils.mysql_host
|
||||
mysql_port = untils.mysql_port
|
||||
|
Loading…
Reference in New Issue
Block a user