Got the release servers running.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-06-16 12:32:20 -04:00
parent f6f8f0f205
commit 2066084c13
4 changed files with 55 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ class Translate:
self.app.add_routes([web.get(url, reply)])
self.runner = None
@property
def baseurl(self):
"""Base URL"""
return f"http://{ADDR}:{self.port}"
async def start(self):
"""Start the mock translateer."""
if self.runner: