forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-19 11:56:35 +02:00
parent 7e13965111
commit 66496e2752
1 changed files with 1 additions and 0 deletions

View File

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