Skip to content

Commit

Permalink
'sync' -> 'async'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Jun 27, 2020
1 parent 5beb32c commit 9f3ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidtv/androidtv/androidtv_async.py
Expand Up @@ -31,7 +31,7 @@ class AndroidTVAsync(BaseTVAsync, BaseAndroidTV):
state_detection_rules : dict, None
A dictionary of rules for determining the state (see :class:`~androidtv.basetv.basetv.BaseTV`)
signer : PythonRSASigner, None
The signer for the ADB keys, as loaded by :meth:`androidtv.adb_manager.adb_manager_sync.ADBPythonAsync.load_adbkey`
The signer for the ADB keys, as loaded by :meth:`androidtv.adb_manager.adb_manager_async.ADBPythonAsync.load_adbkey`
"""

Expand Down

0 comments on commit 9f3ffeb

Please sign in to comment.