diff --git a/files/helpers/const.py b/files/helpers/const.py index 8faa12b9b8..1758265d23 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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()