small tweaks

This commit is contained in:
2021-08-12 10:51:19 -05:00
parent c36f03e84d
commit 52dbb8d17b
3 changed files with 7 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ class RoboPage(discord.Client):
client=self,
limit=3000,
# limit=20,
days=14,
days=30,
)
self.data.to_sql('messages.db')
LOGGER.info(f'{self.data.msgs.shape[0]} messages total')