fix: Update runner
All checks were successful
CODESTYLE / Run codestyle check (push) Successful in 58s
CI / Run Test and Review PR (pull_request) Successful in 14m32s

This commit is contained in:
2024-11-03 22:33:21 -05:00
parent 9a45778e72
commit 0eb7e758fd
2 changed files with 2 additions and 14 deletions

View File

@@ -230,6 +230,7 @@ async def main():
DBM.i("Managers initialized.")
stats = await get_stats()
DBM.i(str(stats))
if not EM.DEBUG_RUN:
GHM.update_readme(stats)
GHM.commit_update()