dev #4

Merged
corbz merged 29 commits from dev into master 2025-02-16 20:52:11 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit e3da8ec805 - Show all commits

View File

@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Debug environment variable flag
- Debug environment variable flag.
- Command to build player data from existing log files.
- Database migration management with the aerich package.
### Changed
- Log level dependent on the debug flag
- Log level dependent on the debug flag.
- Connect to and build the database earlier into start-up.
## [0.0.3] - 2024-12-09

View File

@ -58,8 +58,6 @@ class PlayersCog(commands.Cog):
await inter.followup.send("Completed")
@tasks.loop(seconds=3)
async def listen_for_changes(self):
"""