disable fast if no logs

This commit is contained in:
klemek
2021-01-11 22:14:03 +01:00
parent 503f866ff2
commit dd2597a926
+2
View File
@@ -73,6 +73,8 @@ class GuildLogs:
logging.error(f"log {self.guild.id} > invalid JSON")
except IOError:
logging.error(f"log {self.guild.id} > cannot read")
else:
fast = False
total_msg = 0
total_chan = 0