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:
parent
2b09af66f3
commit
e8b225df6a
|
@ -130,7 +130,7 @@ async def get_cards(card_names):
|
||||||
else:
|
else:
|
||||||
images = None
|
images = None
|
||||||
|
|
||||||
return cards, images
|
return responses, images
|
||||||
|
|
||||||
async def update_followers(c, me):
|
async def update_followers(c, me):
|
||||||
log('Updating followed accounts...')
|
log('Updating followed accounts...')
|
||||||
|
|
Loading…
Reference in New Issue