Rename async to asynchronous, keep backwards comaptibility
async is a keyword in Python 3.7 and keeping it results in SyntaxError.
Fixes #1 (closed)
Edited by Miro Hrončok
async is a keyword in Python 3.7 and keeping it results in SyntaxError.
Fixes #1 (closed)