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 = requests.post(clear_url, json=payload, headers=headers)
|
||||||
response.raise_for_status() # 检查请求是否成功
|
response.raise_for_status() # 检查请求是否成功
|
||||||
print(f"Clear user session successful: {response.json()}")
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error clearing user session: {e}")
|
print(f"Error clearing user session: {e}")
|
||||||
ase_client.chatmanager.load_next_chapter()
|
ase_client.chatmanager.load_next_chapter()
|
||||||
|
|||||||
BIN
profile_stats
Normal file
BIN
profile_stats
Normal file
Binary file not shown.
BIN
profile_stats_extract
Normal file
BIN
profile_stats_extract
Normal file
Binary file not shown.
Reference in New Issue
Block a user