nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
77 stars 30 forks source link

fix object comparing an empty literal #30

Closed c-kr closed 4 years ago

c-kr commented 4 years ago

Python 3.8 complains about object comparing an empty literal

/usr/src/nzbmonkey/nzbmonkey.py:1448: SyntaxWarning: "is" with a literal. Did you mean "=="?

nzblnk commented 4 years ago

Danke, Christopher!