SEA: do not override write_target method

else it will not wait for is_running

+ fix in playground
This commit is contained in:
2025-06-05 11:50:56 +02:00
parent 1ad699fb66
commit 97140aa3b4
2 changed files with 6 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ logger = MainLogger()
class Playground(Server):
def __init__(self, **kwds): # pylint: disable=super-init-not-called
self.name = 'playground'
for modname, cfg in kwds.items():
cfg.setdefault('description', modname)
self.log = logger.log