This commit is contained in:
yumoqing 2020-11-23 21:44:20 +08:00
parent d67bc227b4
commit fc01b5ce26

View File

@ -66,4 +66,4 @@ class NewVideo(BGColorBehavior, Video):
print('video.unload() tried 3 time,still error....',e)
raise e
time.sleep(0.1)
return unload(try_cnt+1)
return self.unload(try_cnt+1)