fddf
This commit is contained in:
parent
5dff4ab813
commit
849e1a9262
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue