修改获取网页内容代码
This commit is contained in:
parent
654cc78dce
commit
f4289c6ec7
4
file-receive-system/db.py
Normal file
4
file-receive-system/db.py
Normal file
@ -0,0 +1,4 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
# 创建数据库实例,独立于应用
|
||||
db = SQLAlchemy()
|
||||
1006
md2txt/txt2md2docx.py
Normal file
1006
md2txt/txt2md2docx.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user