scrcpy kill_server
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
This commit is contained in:
parent
bd3d83851e
commit
c517e512a8
1 changed files with 3 additions and 0 deletions
|
@ -330,3 +330,6 @@ class Client:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.exception(e)
|
logger.exception(e)
|
||||||
update = True
|
update = True
|
||||||
|
|
||||||
|
def kill_server(self):
|
||||||
|
self.adb.kill_server()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue