Axel Zschutschke

Results 3 comments of Axel Zschutschke

Found the solution: (relevant code snippet of my Application class -> for webio_handler(self) you need to implement the __call__(self) method, where your pywebio code resides) ```python def __call__(self): pass def...