h2 icon indicating copy to clipboard operation
h2 copied to clipboard

Fix bug when v is None

Open puke3615 opened this issue 1 year ago • 0 comments

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'.

puke3615 avatar Mar 28 '24 05:03 puke3615