mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.04k stars 794 forks source link

None.__ne__ is a method in python 3 but it fails in python 2 #870

Closed marianobianchi closed 4 years ago

marianobianchi commented 4 years ago

In python 2 I got the error AttributeError: 'NoneType' object has no attribute '__ne__'