[revert] remove error except for send follow
All checks were successful
/ run-pytest (push) Successful in 38s
All checks were successful
/ run-pytest (push) Successful in 38s
This commit is contained in:
parent
f6b6e8c278
commit
ef5391787a
1 changed files with 1 additions and 5 deletions
6
tasks.py
6
tasks.py
|
@ -76,11 +76,7 @@ def follow(ctx):
|
|||
|
||||
async def _dodo():
|
||||
async with async_session() as db_session: #type: ignore
|
||||
try:
|
||||
await send_follow(db_session,acct)
|
||||
except Exception as e:
|
||||
print(f"ERROR: Failed to {e}")
|
||||
return
|
||||
await send_follow(db_session,acct)
|
||||
|
||||
print("Done!")
|
||||
|
||||
|
|
Loading…
Reference in a new issue