forked from MarseyWorld/MarseyWorld
fdfd
parent
49eaa721ce
commit
8298c4522c
|
@ -21,7 +21,7 @@ def feeds_user(sort='hot', t='all'):
|
||||||
|
|
||||||
posts = get_posts(ids)
|
posts = get_posts(ids)
|
||||||
|
|
||||||
domain = environ.get("SERVER_NAME").strip()
|
domain = environ.get("DOMAIN").strip()
|
||||||
|
|
||||||
doc, tag, text = Doc().tagtext()
|
doc, tag, text = Doc().tagtext()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue