This commit is contained in:
yumoqing 2022-03-07 13:46:05 +08:00
parent e412a15e25
commit 2ff7c0469e
2 changed files with 1 additions and 4 deletions

View File

@ -450,9 +450,6 @@ class Blocks(EventDispatcher):
b.widgetBuild(d) b.widgetBuild(d)
def getActionData(self, widget:Widget, desc, *args): def getActionData(self, widget:Widget, desc, *args):
Logger.info('Block: getActionData(): desc=%s args=%s'
,str(desc), args)
data = {} data = {}
rtdesc = self.build_rtdesc(desc) rtdesc = self.build_rtdesc(desc)
if rtdesc: if rtdesc:

View File

@ -53,4 +53,4 @@ def hack_play(self):
self._thread.daemon = True self._thread.daemon = True
self._thread.start() self._thread.start()
setattr(VideoFFPy, 'play', hack_play) # setattr(VideoFFPy, 'play', hack_play)