Closed albertvaka closed 11 months ago
Would it be possible to get a new release on pypi? The current release contains a typo [1] that makes it throw a syntax error when trying to import it.
[1] MODE: 'mode', should be MODE = 'mode'. This was fixed here: https://github.com/sinricpro/python-sdk/commit/5154491f2e75646ed47cda5b669d6cbb3d215fd4#diff-3f40f20c58370abea6a7a4fd6c4cf469296426f5fdd4cef6f5d542544d60bd1dL60
MODE: 'mode',
MODE = 'mode'
Thanks for letting us know.
Pushed the current master to pypi. https://pypi.org/project/sinricpro/2.7.3/
Thank you very much! You always respond super fast <3
Would it be possible to get a new release on pypi? The current release contains a typo [1] that makes it throw a syntax error when trying to import it.
[1]
MODE: 'mode',
should beMODE = 'mode'
. This was fixed here: https://github.com/sinricpro/python-sdk/commit/5154491f2e75646ed47cda5b669d6cbb3d215fd4#diff-3f40f20c58370abea6a7a4fd6c4cf469296426f5fdd4cef6f5d542544d60bd1dL60