diff --git a/tasks.py b/tasks.py index f6c3419..d696bbb 100644 --- a/tasks.py +++ b/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!")