fix fga api

This commit is contained in:
Von Random 2025-05-06 18:12:26 +03:00
parent a94eeab54a
commit 13e168c1b1

View file

@ -110,7 +110,7 @@ class ApiWrapper:
@staticmethod
def get_fga() -> str:
request = requests.get("http://fucking-great-advice.ru/api/random",
request = requests.get("https://fucking-great-advice.ru/api/random",
timeout=30)
return json.loads(request.text)["text"]