remotes/1693045480750635534/spooky-22
Aevann1 2021-08-19 07:48:38 +02:00
parent 52d8a9c517
commit 49eaa721ce
1 changed files with 1 additions and 3 deletions

View File

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