Skip to content

Commit

Permalink
🐛🐛 Fix the fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Jun 15, 2024
1 parent 6916f0f commit 05561da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wom_tributary/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def get_twitter_auth_status(user_info, request = None):
return AuthStatus(is_auth, client, auth_url)
except Exception as e:
logging.error(f"Failed to get a proper Twitter AuthStatus because of '{e}'")
return AuthStatus(False, None, None)


def create_reference_from_timeline_summary(
Expand Down

0 comments on commit 05561da

Please sign in to comment.