alxchk / pupy

OpenSource cross-platform python security toolkit (remote shell)
Other
46 stars 12 forks source link

Async keyword used for function parameters #31

Open jayrod opened 4 years ago

jayrod commented 4 years ago

(pupy) root@kali:/opt/pupy/pupy# python3 pupysh.py Traceback (most recent call last): File "pupysh.py", line 104, in import pupylib.PupySignalHandler File "/opt/pupy/pupy/pupylib/init.py", line 27, in from .PupyCredentials import Credentials File "/opt/pupy/pupy/pupylib/PupyCredentials.py", line 24, in from network.lib.transports.cryptoutils import ECPV File "/opt/pupy/pupy/network/lib/init.py", line 45, in from .servers import PupyTCPServer, PupyUDPServer File "/opt/pupy/pupy/network/lib/servers.py", line 26, in from network.lib.connection import PupyConnection, PupyConnectionThread File "/opt/pupy/pupy/network/lib/connection.py", line 441 def _send_request(self, handler, args, async=None):

jayrod commented 4 years ago

What way is the best to correct these issues?

alxchk commented 4 years ago

Is this python3.9? Python3.6 was fine.. Anyway. You may rename it to nowait. At least rest "async" was renamed to "nowait".

jayrod commented 4 years ago

I'm running latest Kali, which I believe was 3.7