aardwolfgui
aardwolfgui copied to clipboard
`ardpclient` fails with `AttributeError: type object 'UniTarget' has no attribute 'get_help'`.
When I run ardpclient
, it fails for me with
AttributeError: type object 'UniTarget' has no attribute 'get_help'
:
Traceback (most recent call last):
File "/usr/bin/ardpclient", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/aardwolfgui/aardpclient.py", line 467, in main
parser = argparse.ArgumentParser(description='Async RDP Client. Duckyscript will be executed by pressing ESC 3 times', usage=get_help())
^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/aardwolfgui/aardpclient.py", line 435, in get_help
usage += UniTarget.get_help()
^^^^^^^^^^^^^^^^^^
AttributeError: type object 'UniTarget' has no attribute 'get_help'
Regards!