This commit is contained in:
Aevann1 2022-01-19 11:57:03 +02:00
parent 510a164ec5
commit e76823da7c

View file

@ -3,7 +3,7 @@ import re
from copy import deepcopy
from json import loads
from files.__main__ import app
from .get import *
from .get import get_post
SITE = environ.get("DOMAIN", '').strip()
SITE_NAME = environ.get("SITE_NAME", '').strip()