Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omame committed Jun 11, 2021
1 parent 4782ea7 commit 9a8ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def periodic_data_clean_and_save(self):
question = self.question_map[question_key]
if question.author in self.config["blacklist"]:
to_pop.append(question_key)
return
continue

responses_to_remove = []
for response in question.responses:
Expand Down

0 comments on commit 9a8ccec

Please sign in to comment.