ADBFileExplorer: /adb_explorer/ADBFileExplorer
Traceback (most recent call last):
File "/adb_explorer/ADBFileExplorer/src/main.py", line 22, in <module>
from app.core.adb import Adb
File "/adb_explorer/ADBFileExplorer/src/app/core/adb.py", line 9, in <module>
from app.core.managers import PythonADBManager, ADBManager, WorkersManager
File "/adb_explorer/ADBFileExplorer/src/app/core/managers.py", line 76, in <module>
class PythonADBManager(ADBManager):
File "/adb_explorer/ADBFileExplorer/src/app/core/managers.py", line 77, in PythonADBManager
signer = get_python_rsa_keys_signer()
File "/adb_explorer/ADBFileExplorer/src/app/helpers/tools.py", line 148, in get_python_rsa_keys_signer
keygen(key)
NameError: name 'key' is not defined