hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
481 stars 118 forks source link

Refactored the async kwarg to be asynchronous #195

Closed nielsvangijzen closed 2 years ago

nielsvangijzen commented 2 years ago

From Python3.7 and up "async" is a keyword. This commit renames it to asynchronous.

knez commented 2 years ago

Thanks, this commit fixes the Syntax Error issue when installing vmcloak 👍 (tested with Python 3.8.10)