From c70ecf6abcfb154f11a4fbbb1f0186e5aa28d15e Mon Sep 17 00:00:00 2001 From: ChilledSlim <127540038+ChilledSlim@users.noreply.github.com> Date: Mon, 6 May 2024 15:39:09 -0400 Subject: [PATCH] Constant should be capitalized. This throws an error in Python 3.11.8 [Scrape / SHA256 Lookup] NameError: name 'false' is not defined. Did you mean: 'False'? --- plugins/SHALookup/config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SHALookup/config.py.example b/plugins/SHALookup/config.py.example index 4747df7..0c62d47 100644 --- a/plugins/SHALookup/config.py.example +++ b/plugins/SHALookup/config.py.example @@ -6,4 +6,4 @@ stashconfig = { } success_tag = "[SHA: Scraped]" failure_tag = "[SHA: No Match]" -disable_nfkd = false \ No newline at end of file +disable_nfkd = False