1
0
Fork 0
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:
Emattioli 2022-05-02 02:55:23 +02:00 committed by GitHub
parent 5a69d0a9ac
commit 164420085f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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