Here is the result
/usr/lib/enigma2/python/Plugins/SystemPlugins/SlowZap/plugin.py:420: SyntaxWarning: "is" with a literal. Did you mean "=="? if count > 1 and adjust[0] is 0:
So I edit the plugin.py and fix it (replacing is with == ) and now SlowZap seems to start properly but I cannot really test it further since I have waiting for the internal DVB-C tuner on the box I am testing on.
Thanks for the Python3 porting.
plugin.py 50.32KB 11 downloads