mirror of
https://gitlab.com/oloturia/damastodon.git
synced 2025-01-07 22:17:15 +01:00
Update login.py
wrong filename
This commit is contained in:
parent
5a69d0a9ac
commit
164420085f
1 changed files with 1 additions and 1 deletions
2
login.py
2
login.py
|
@ -6,7 +6,7 @@ fileDir = fileDir +"/"
|
||||||
|
|
||||||
def login(url):
|
def login(url):
|
||||||
mastodon = Mastodon(
|
mastodon = Mastodon(
|
||||||
access_token = fileDir+"DAMA.SECRET.LOCAL",
|
access_token = fileDir+"DAMA.SECRET",
|
||||||
api_base_url = url
|
api_base_url = url
|
||||||
)
|
)
|
||||||
return mastodon
|
return mastodon
|
||||||
|
|
Loading…
Reference in a new issue