mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Fix: Catch av import error
This commit is contained in:
@@ -79,7 +79,6 @@ class Scrcpy(ScrcpyCore):
|
||||
|
||||
# Wait new frame
|
||||
with self._scrcpy_control_socket_lock:
|
||||
now = time.time()
|
||||
while 1:
|
||||
time.sleep(0.001)
|
||||
if self._scrcpy_last_frame_time > 0:
|
||||
|
||||
Reference in New Issue
Block a user