Replaced start up tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-06-22 17:04:37 -04:00
parent e69dbf58fa
commit e555acfdb4
6 changed files with 121 additions and 16 deletions

View File

@@ -41,4 +41,5 @@ class Translate:
async def stop(self):
"""Stops the application."""
await self.runner.cleanup()
if self.runner:
await self.runner.cleanup()