This commit is contained in:
Aevann1 2021-10-03 21:18:02 +02:00
parent dc0ede19a5
commit 93110a0eb7
7 changed files with 2 additions and 40 deletions

View file

@ -33,7 +33,6 @@ def feeds_user(sort='hot', t='all'):
doc.stag("link", href=request.url_root)
for post in posts:
#print("POST IMAGE "+ str( post.is_image ))
with tag("entry", ("xml:base", request.url)):
with tag("title", type="text"):
text(post.title)