diff --git a/Html/apps/services/asectrl_service.py b/Html/apps/services/asectrl_service.py
index 15027c6..ad37c74 100644
--- a/Html/apps/services/asectrl_service.py
+++ b/Html/apps/services/asectrl_service.py
@@ -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()
diff --git a/profile_stats b/profile_stats
new file mode 100644
index 0000000..0ec44af
Binary files /dev/null and b/profile_stats differ
diff --git a/profile_stats_extract b/profile_stats_extract
new file mode 100644
index 0000000..4ad5e9a
Binary files /dev/null and b/profile_stats_extract differ