facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.31k stars 642 forks source link

the keyword 'async' is not working in python 3.7 (get_insights) #487

Closed geusan closed 6 years ago

geusan commented 6 years ago

image

we can't use keyword 'async' in python 3.7 'async' and 'await' are reserved words

what's new in python 3.7

alternativshik commented 6 years ago

I've fixed this issue in #491

jingping2015 commented 6 years ago

We already rename it to is_async https://github.com/facebook/facebook-python-business-sdk/blob/ccef9154d2c201ef71ea5ac94326b9f10b122e56/facebook_business/adobjects/adaccount.py#L1924

revmischa commented 6 years ago

New pypi release? Please?