pusher-http-python
pusher-http-python copied to clipboard
validate data using len
What does this PR do?
fixes #236
-
utility methods for validating data
-
validate len of event names/data from central function
-
formatting
-
add missing import
-
add missing constant
-
[-] If you have changed dependencies, ensure both
requirements.txtandsetup.pyhave been updated
CHANGELOG
- [CHANGED] use len to determine size of
datarather than sys.getsizeof