python decoder workaround
This commit is contained in:
parent
e01752ecec
commit
95450ce52a
5 changed files with 109 additions and 122 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Reference in a new issue