отображение ключей и создание на сутки

This commit is contained in:
Vlad
2024-09-26 02:38:32 +03:00
parent 34f0205f6d
commit 0e43b36901
9 changed files with 58 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ def add_client(session, client_id: str, email: str, tg_id: str, limit_ip: int, t
if response.status_code == 200:
print(f"Клиент добавлен: email={email}")
return response.json()
else:
print(f"Ошибка при добавлении клиента: {response.status_code}, {response.text}")