Skip to content

Commit

Permalink
Update adb_manager_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Jun 13, 2021
1 parent 21a0d67 commit d645700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidtv/adb_manager/adb_manager_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self, host, port, adbkey='', signer=None):
if host:
self._adb = AdbDeviceTcpAsync(host=self.host, port=self.port, default_transport_timeout_s=DEFAULT_ADB_TIMEOUT_S)
else:
self._adb = AdbDeviceUsbAsync()
self._adb = AdbDeviceUsbAsync(default_transport_timeout_s=DEFAULT_ADB_TIMEOUT_S)

self._signer = signer

Expand Down

0 comments on commit d645700

Please sign in to comment.