natewong1313 / bird-bot

A Nintendo Switch checkout bot. Currently supports Walmart and Best buy
MIT License
1.18k stars 336 forks source link

Avoid SyntaxWarning on Python >= 3.8 #67

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Avoid SyntaxWarnings on Python >= 3.8.

% python3.8

>>> "" is ""
<stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?