Fix some checks when try connect

This commit is contained in:
localhost_frssoft 2023-06-13 01:58:52 +03:00
parent 03ff52fcec
commit 9f37a52a64
2 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,6 @@ def get_me():
return resp
@logger.catch
def get_instance_settings():
r = current_instance.s.get(
f'https://{current_instance.instance}/api/v1/instance/settings')