mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 12:36:23 +03:00
backend+ telegram: регистрация переведена на классы
This commit is contained in:
@@ -6,7 +6,7 @@ with open("textsouls/config.json") as config_file:
|
||||
|
||||
|
||||
class Backend:
|
||||
base_url = config_data["backend_settings"]["base_url"]
|
||||
base_url = config_data["BACKEND_SETTINGS"]["BASE_URL"]
|
||||
|
||||
def post(self, relative_url, data):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user