Got the release servers running.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user