fix syntax error on WPD

pull/93/head
Aevann 2023-01-23 12:18:05 +02:00
parent 8396126606
commit b508db529a
1 changed files with 4 additions and 4 deletions

View File

@ -196,10 +196,6 @@ if SITE_NAME == 'rDrama':
}
SLURS.update(RDRAMA_SLURS)
SLURS_FOR_REPLACING = {}
for k, val in SLURS.items():
SLURS_FOR_REPLACING[k.split('(')[0]] = val
BOOSTED_SITES = {
#youtube-like
'bitchute.com',
@ -337,6 +333,10 @@ elif SITE_NAME == 'WPD':
REDDIT_NOTIFS_SITE.update({'watchpeopledie', 'makemycoffin'})
SLURS_FOR_REPLACING = {}
for k, val in SLURS.items():
SLURS_FOR_REPLACING[k.split('(')[0]] = val
PROFANITIES = {
'motherfucker': 'motherlover',
'fuck': 'frick',