little change
This commit is contained in:
@@ -24,7 +24,6 @@ def on_connect_to_ase(client, entry, init_data, **kwargs):
|
||||
}
|
||||
response = requests.post(clear_url, json=payload, headers=headers)
|
||||
response.raise_for_status() # 检查请求是否成功
|
||||
print(f"Clear user session successful: {response.json()}")
|
||||
except Exception as e:
|
||||
print(f"Error clearing user session: {e}")
|
||||
ase_client.chatmanager.load_next_chapter()
|
||||
|
||||
Reference in New Issue
Block a user