Don't push your commits without testing, kids. I don't care if you were just swapping a couple variable names around. You will miss something.

This commit is contained in:
Holly McFarland 2021-03-09 12:56:48 -05:00
parent 2b09af66f3
commit e8b225df6a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ async def get_cards(card_names):
else:
images = None
return cards, images
return responses, images
async def update_followers(c, me):
log('Updating followed accounts...')