bb
This commit is contained in:
parent
00a59e869f
commit
d5122296a2
3 changed files with 18 additions and 15 deletions
|
@ -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 ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue