Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ def block_user(user_id, user, reason):
|
|
| 230 |
while not finished:
|
| 231 |
|
| 232 |
try:
|
| 233 |
-
client.account_block(
|
| 234 |
print("Blocked {} for {}".format(user, reason))
|
| 235 |
except MastodonNotFoundError as e:
|
| 236 |
if "Record not found" in str(e):
|
|
|
|
| 230 |
while not finished:
|
| 231 |
|
| 232 |
try:
|
| 233 |
+
client.account_block("alcinnz@floss.social")
|
| 234 |
print("Blocked {} for {}".format(user, reason))
|
| 235 |
except MastodonNotFoundError as e:
|
| 236 |
if "Record not found" in str(e):
|