client icon indicating copy to clipboard operation
client copied to clipboard

Fix the conditions to be more pythonic (python 3 syntax).

Open 9v2 opened this issue 1 year ago • 0 comments

I've change condition on methods.py file from: if cond == None to if cond is None Which is more pythonic way to write code with.

9v2 avatar Jun 20 '24 15:06 9v2