generated from justuser-31/mrl_v1_license
Создание конфигурации при запуске.
This commit is contained in:
+2
-5
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user