This commit is contained in:
Aevann1 2022-01-06 18:46:09 +02:00
parent a297930dc7
commit 6b7e06f461
27 changed files with 87 additions and 157 deletions

View file

@ -9,8 +9,8 @@ SITE_NAME = environ.get("SITE_NAME", '').strip()
import json
with open("files/assets/js/emoji_modal.js", 'r') as file:
text = file.read().split('emojis: ')[1].split('cops police"},')[0] + '"}}'
result = loads(text)
marseytext = file.read().split('emojis: ')[1].split('cops police"},')[0] + '"}}'
result = loads(marseytext)
marseys = {}