Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,6 +68,7 @@ def client_log_in():
|
|
| 68 |
|
| 69 |
access_token = mastodon.log_in(
|
| 70 |
username=username,
|
|
|
|
| 71 |
password=password,
|
| 72 |
redirect_uri="https://user1342-ivory.hf.space/"
|
| 73 |
)
|
|
|
|
| 68 |
|
| 69 |
access_token = mastodon.log_in(
|
| 70 |
username=username,
|
| 71 |
+
scopes=["write:blocks", "write:mutes"],
|
| 72 |
password=password,
|
| 73 |
redirect_uri="https://user1342-ivory.hf.space/"
|
| 74 |
)
|