Explorar o código

fix: 修复缺失的 BeautifulSoup 导入

Co-authored-by: aider (deepseek/deepseek-v4-pro) <aider@aider.chat>
Your Name hai 3 días
pai
achega
ac71576b69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -16,6 +16,7 @@ from flask import (
     jsonify,
 )
 from werkzeug.utils import secure_filename
+from bs4 import BeautifulSoup
 
 import config
 from helpers import (