1
0
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:
LmeSzinc
2022-12-29 12:50:36 +08:00
parent a3604d8100
commit d18b13d760
2 changed files with 9 additions and 4 deletions

View File

@@ -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: