Not returning mastodon_hostname, fixed

This commit is contained in:
spla 2022-06-19 17:18:15 +02:00
pare 4745c850fd
commit 24a94bc41f
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions

Veure arxiu

@ -211,7 +211,7 @@ def log_in():
# Initialise access headers
headers={ 'Authorization': 'Bearer %s'%uc_access_token }
return mastodon
return (mastodon, mastodon_hostname)
def get_gitea_hostname():