This commit is contained in:
Aevann1 2022-01-12 03:46:16 +02:00
parent 00a59e869f
commit d5122296a2
3 changed files with 18 additions and 15 deletions

View file

@ -6,8 +6,6 @@ from json import loads
SITE = environ.get("DOMAIN", '').strip()
SITE_NAME = environ.get("SITE_NAME", '').strip()
import json
with open("files/assets/js/emoji_modal.js", 'r') as file:
marseytext = file.read().split('emojis: ')[1].split('cops police"},')[0] + '"}}'
result = loads(marseytext)
@ -19,8 +17,6 @@ for k, val in result.items():
del result
marseys = dict(sorted(marseys.items(), key=lambda x: x[1]))
AJ_REPLACEMENTS = {
' your ': " you're ",
' to ': " too ",