We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b71bae commit 37dd934Copy full SHA for 37dd934
1 file changed
resources/util.py
@@ -29,4 +29,4 @@ def all_required_credentials_available():
29
30
:returns: A boolean, true if the steam-id and steam-key add-on settings were set.
31
"""
32
- return __addon__.getSetting('steam-id') != '' or __addon__.getSetting('steam-key') != ''
+ return __addon__.getSetting('steam-id') != '' and __addon__.getSetting('steam-key') != ''
0 commit comments