Not returning mastodon_hostname, fixed
This commit is contained in:
pare
4745c850fd
commit
24a94bc41f
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -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():
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència