python decoder workaround

This commit is contained in:
Martin Kavík 2024-07-05 02:09:26 +02:00
parent e01752ecec
commit 95450ce52a
5 changed files with 109 additions and 122 deletions

View file

@ -5,7 +5,9 @@ name = "Python Test Decoder"
class Decoder(exports.Decoder):
def init(self) -> None:
host.log(f"{name} initialized")
# @TODO it panics for some reasons
# host.log(f"{name} initialized")
return None
def name(self) -> str:
return name