Создание конфигурации при запуске.

This commit is contained in:
2026-06-11 13:18:22 +03:00
parent f6e3a4a7fa
commit f359135348
2 changed files with 31 additions and 5 deletions
+2 -5
View File
@@ -1,5 +1,3 @@
from typing import Optional
import requests
@@ -79,7 +77,6 @@ def delete_account(api_url: str, api_token: str, username: str) -> dict:
return {"status_code": -1, "message": f"Request failed: {str(e)}"}
# print(set_quota("http://127.0.0.1:8000", "test", "test", 1000))
# print(delete_account("http://127.0.0.1:8000", "test", "test"))
# print(set_quota("http://proxy.del.pw:50020", "test", "test", 1000))
# print(delete_account("http://proxy.del.pw:50020", "test", "test"))
# print(create_account("http://proxy.del.pw:50020", "test", "test", "test", 100))
print(create_account("http://proxy.del.pw:50020", "test", "ritmas", "ritmas", 100))