From 09db4fb0f712b9dbfe1d7b73ccd0b1ebc194259c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 Aug 2024 21:51:09 +0100 Subject: [PATCH] Extra website property name --- donate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donate.py b/donate.py index 7e61bccfc..dc4c594c7 100644 --- a/donate.py +++ b/donate.py @@ -24,7 +24,7 @@ def _get_donation_types() -> []: def _get_website_strings() -> []: - return ['www', 'website', 'web', 'homepage', 'contact'] + return ['www', 'website', 'web', 'homepage', 'home', 'contact'] def _get_gemini_strings() -> []: