This commit is contained in:
2025-12-12 15:35:16 +08:00
parent 25ddfa4e67
commit e312dac474

View File

@@ -105,7 +105,7 @@ class Auto:
return False
self.tab.wait(1)
bol = self.tab.ele(
't:div@text():YOUTUBE PRIVACY SETTLEMENT', timeout=1)
't:div@text():YOUTUBE PRIVACY SETTLEMENT', timeout=5)
if bol:
logger.debug("成功进入首页")
return True