mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-09 09:31:18 +08:00
修改api地址
This commit is contained in:
parent
9b124e178f
commit
e1b0ede6bb
@ -32,6 +32,6 @@ os.makedirs(DB_DIR, exist_ok=True)
|
||||
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
||||
# 全局参数
|
||||
SEND_LOG_FLAG = True # 是否发送错误日志
|
||||
# SERVER_API_URL = 'http://api.lc044.love' # api接口
|
||||
SERVER_API_URL = 'https://api.memotrace.cn/'
|
||||
SERVER_API_URL = 'http://api.lc044.love' # api接口
|
||||
# SERVER_API_URL = 'https://api.memotrace.cn/'
|
||||
# SERVER_API_URL = 'http://127.0.0.1:8000' # api接口
|
||||
|
Loading…
Reference in New Issue
Block a user