Merge branch 'master' of https://gitee.com/TeaCodeNice/crawler-plugin
This commit is contained in:
4
app/.env
4
app/.env
@@ -12,8 +12,8 @@ zn_username=%E8%87%AA%E5%8A%A8%E5%8C%96_Robot
|
||||
client_name=ShuFuAI
|
||||
|
||||
|
||||
java_api_base=http://47.111.163.154:18080
|
||||
# java_api_base=http://47.111.163.154:18080
|
||||
# java_api_base=http://127.0.0.1:18080
|
||||
# java_api_base=http://8.136.19.173:18080
|
||||
java_api_base=http://8.136.19.173:18080
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/amazon/__pycache__/approve - 副本.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/approve - 副本.cpython-312.pyc
Normal file
Binary file not shown.
BIN
app/amazon/__pycache__/backend_api.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/backend_api.cpython-312.pyc
Normal file
Binary file not shown.
BIN
app/amazon/__pycache__/price_match.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/price_match.cpython-312.pyc
Normal file
Binary file not shown.
@@ -16,8 +16,6 @@ from blueprints.admin import admin_bp
|
||||
from blueprints.image import image_bp
|
||||
from blueprints.brand import brand_bp
|
||||
from blueprints.communication import communication_bp
|
||||
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__, template_folder=BASE_DIR, static_folder=BASE_DIR)
|
||||
frontend_origin = os.environ.get('FRONTEND_ORIGIN', '*')
|
||||
|
||||
BIN
app/blueprints/__pycache__/brand_备份.cpython-312.pyc
Normal file
BIN
app/blueprints/__pycache__/brand_备份.cpython-312.pyc
Normal file
Binary file not shown.
@@ -21,9 +21,6 @@ import requests
|
||||
import subprocess
|
||||
|
||||
from amazon.del_brand import kill_process
|
||||
|
||||
|
||||
|
||||
with open("version.txt","w",encoding="utf-8") as file:
|
||||
file.write(json.dumps({"version":version}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user