gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

ede46da836089d726f0e5bf479d36c27940f5bcf - Matthew Ernisse - 1649385727

more debug

view tree

view raw

diff --git a/build/build.py b/build/build.py
index 5a02523..d5d258b 100755
--- a/build/build.py
+++ b/build/build.py
@@ -112,6 +112,7 @@ class GeminiFeed(object):
 		# the date of it so that we can notify Antenna if we end up
 		# having new posts in it.
 		self.last_date = 0
+		print(f'looking for {self.file_name}')
 		if os.path.exists(self.file_name):
 			try:
 				parsed = feedparser.parse(self.file_name)