weird log logic

master
b3yond 2018-09-24 19:58:17 +02:00
parent 959edf3c13
commit f07ef6ae79
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ if __name__ == '__main__':
for status in reports:
if not user.is_appropriate(status):
logger.info("Inaproppriate message: %d %s %s" % (user.uid, status.author, status.text))
continue
for bot2 in bots:
bot2.post(user, status)
logger.info("Resent: %d %s %s" % (user.uid, status.author, status.text))