4doom4 / python-voipms

Python client for v1 of voip.ms REST API
MIT License
24 stars 12 forks source link

sms variable type mismatch #4

Open sedgett opened 5 years ago

sedgett commented 5 years ago

in didssend.py there is an isinstance check against an int. DIDs should be a long. Changing this test to a long seems to work properly