danielcardeenas / whatsapp-framework

⚗️Whatsapp python api
1.16k stars 362 forks source link

Async is now a keyworkd #267

Open vedantshetty opened 4 years ago

vedantshetty commented 4 years ago

With python3.7 async is now a keyword. This cause a syntax error in mediauploader.py which uses the async keyword as a variable name