fix fga api
This commit is contained in:
parent
a94eeab54a
commit
13e168c1b1
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue