This commit is contained in:
Aevann1 2021-08-19 07:49:50 +02:00
parent 849e1a9262
commit e7651b7968

View file

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