We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f998e5 commit 8947a6dCopy full SHA for 8947a6d
Fruit_Jam/Fruit_Jam_Spell_Jam/code.py
@@ -82,7 +82,7 @@ def fetch_word(word, voice="Joanna"):
82
:return: Boolean, whether the request was successful.
83
"""
84
85
- if AWS_ACCESS_KEY == None or AWS_SECRET_KEY == None:
+ if AWS_ACCESS_KEY is None or AWS_SECRET_KEY is None:
86
return False
87
88
fj.neopixels.fill(0xFFFF00)
0 commit comments