mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-06-26 01:31:47 +08:00
fix(log): 修复引号报错
This commit is contained in:
@@ -367,7 +367,7 @@ class RegistrationEngine:
|
||||
self._log(f"提交密码状态: {response.status_code}")
|
||||
|
||||
if response.status_code != 200:
|
||||
self._log(f"密码注册失败: {response.json().get('error', {}).get('message', "")}", 'warning')
|
||||
self._log(f"密码注册失败: {response.json().get('error', {}).get('message', '')}", 'warning')
|
||||
|
||||
# 解析错误信息,判断是否是邮箱已注册
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user