diff options
Diffstat (limited to 'units/sn_auth.zsh')
| -rw-r--r-- | units/sn_auth.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/units/sn_auth.zsh b/units/sn_auth.zsh index f761b86..05e4fce 100644 --- a/units/sn_auth.zsh +++ b/units/sn_auth.zsh @@ -9,10 +9,6 @@ elif [[ -f "${user_config}/saucenao" ]] then sn_key="$(< "${user_config}/saucenao")" return -elif [[ -f "${users}/0/saucenao" ]] -then - sn_key="$(< "${users}/0/saucenao")" - return else output_text="You must provide your SauceNAO API key before you can use SauceNAO" return |
