anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
662 stars 430 forks source link

COZMO-10283 Fix usage of deprecated methods from SDK #90

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

logger.warn is deprecated, replaced all instances with logger.warning Flask’s send_file complains on 0.11.0 if add_etags is used without a filename, and from 0.12.0 on ignores it, so just set add_etags=False as we don’t require them and there’s no way to specify the filename and a bytesIO object in a way that will use the filename for the tag.