scrcpy kill_server
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
zhbaor 2024-12-07 22:43:16 +08:00
parent bd3d83851e
commit c517e512a8

View file

@ -330,3 +330,6 @@ class Client:
except Exception as e:
logger.exception(e)
update = True
def kill_server(self):
self.adb.kill_server()