h2
h2 copied to clipboard
Fix bug when v is None
When we use a library called 'wechaty', the variable v may be None. And at this time, it will throw an exception: 'NoneType' object has no attribute 'encode'.