sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

In Python 3.7 the async keyword cannot be used to add param async=1 t… #117

Open codavs65r opened 5 years ago

codavs65r commented 5 years ago

…o flickr API

In Python 3.7 the async keyword cannot be used to add param async=1 to flickr API. So I add the asychronous param in the upload and replace function.

Thanks.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 70.95% when pulling 5470e6ffc28ce1cee968eeebc9bc174ac1a10724 on codavs65r:master into a4a9670dfbafcd0fad8044c363e5ff1780269253 on sybrenstuvel:master.