gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

65cd343ff3c9fecd815566c6b2823968c5a460a6 - Matthew Ernisse - 1598545354

not published, updated.

view tree

view raw

diff --git a/files/thoughts-to-gemini.py b/files/thoughts-to-gemini.py
index d692203..49c3c91 100755
--- a/files/thoughts-to-gemini.py
+++ b/files/thoughts-to-gemini.py
@@ -246,7 +246,7 @@ class Thoughts(object):
 
 			e = feed.add_entry()
 			e.content(content=entry['message'], type='text')
-			e.published(pubdate)
+			e.updated(pubdate)
 			e.title('A brief thought from mernisse')
 			e.link(
 				href=f'{ WEBBASE }{ entry["id"] }.html',