This commit is contained in:
Aevann1 2021-08-19 07:48:38 +02:00
parent 5dff4ab813
commit 849e1a9262

View file

@ -21,9 +21,7 @@ def feeds_user(sort='hot', t='all'):
posts = get_posts(ids) posts = get_posts(ids)
domain = environ.get( domain = environ.get("SERVER_NAME").strip()
"domain", environ.get(
"SERVER_NAME", None)).strip()
doc, tag, text = Doc().tagtext() doc, tag, text = Doc().tagtext()