From 62b53f301c5159cbda57f28a19eeb63c6c9a2326 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 11 Jan 2022 12:10:57 -0500 Subject: [PATCH] Add `WHOOGLE_ALT_WIKI` for Wikipedia --- app/utils/results.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/utils/results.py b/app/utils/results.py index 4a5e3a0..6c710d6 100644 --- a/app/utils/results.py +++ b/app/utils/results.py @@ -32,7 +32,8 @@ SITE_ALTS = { 'medium.com', 'levelup.gitconnected.com' ], os.getenv('WHOOGLE_ALT_MD', 'farside.link/scribe')), - 'imgur.com': os.getenv('WHOOGLE_ALT_IMG','imgin.voidnet.tech') + 'imgur.com': os.getenv('WHOOGLE_ALT_IMG', 'imgin.voidnet.tech'), + 'wikipedia.com': os.getenv('WHOOGLE_ALT_WIKI', 'wikiless.org') }