mirror of
https://gitlab.com/oloturia/damastodon.git
synced 2025-01-06 21:47: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):
|
||||
mastodon = Mastodon(
|
||||
access_token = fileDir+"DAMA.SECRET.LOCAL",
|
||||
access_token = fileDir+"DAMA.SECRET",
|
||||
api_base_url = url
|
||||
)
|
||||
return mastodon
|
||||
|
|
Loading…
Reference in a new issue