diff --git a/kibicara/platforms/twitter/webapi.py b/kibicara/platforms/twitter/webapi.py index fc7c78b..e08caa2 100644 --- a/kibicara/platforms/twitter/webapi.py +++ b/kibicara/platforms/twitter/webapi.py @@ -43,7 +43,7 @@ async def twitter_read_all_public(hood=Depends(get_hood_unauthorized)): return [ BodyTwitterPublic(username=twitterbot.username) for twitterbot in twitterbots - if twitterbot.verified == 1 and twitterbot.enabled == 1 + if twitterbot.verified == 1 and twitterbot.enabled == 1 and twitterbot.username ]