Fix wikipedia->wikiless domain replacement
Was previously using wikipedia.com not wikipedia.org, causing wikiless replacements to not occur. Fixes #686main
parent
2a0ad8796c
commit
a58f70ca7e
|
@ -35,7 +35,7 @@ SITE_ALTS = {
|
|||
'levelup.gitconnected.com'
|
||||
], os.getenv('WHOOGLE_ALT_MD', 'farside.link/scribe')),
|
||||
'imgur.com': os.getenv('WHOOGLE_ALT_IMG', 'imgin.voidnet.tech'),
|
||||
'wikipedia.com': os.getenv('WHOOGLE_ALT_WIKI', 'wikiless.org')
|
||||
'wikipedia.org': os.getenv('WHOOGLE_ALT_WIKI', 'wikiless.org')
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue