Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def client_log_in():
|
|
| 29 |
|
| 30 |
def get_auth_url(mastodon):
|
| 31 |
|
| 32 |
-
return mastodon.auth_request_url(client_id="
|
| 33 |
|
| 34 |
def login_from_code(code):
|
| 35 |
mastodon = Mastodon(
|
|
|
|
| 29 |
|
| 30 |
def get_auth_url(mastodon):
|
| 31 |
|
| 32 |
+
return mastodon.auth_request_url(client_id="ivory-secret.txt", scopes=["write:blocks","write:mutes"], redirect_uris="https://user1342-ivory.hf.space/")
|
| 33 |
|
| 34 |
def login_from_code(code):
|
| 35 |
mastodon = Mastodon(
|