From 326300b40e5a8aca301394063d963ed8099ed3f7 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 15 Jan 2026 13:22:40 -0600 Subject: [PATCH] Correct comment. --- fanficfare/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/story.py b/fanficfare/story.py index 8d3f81f5..325f1223 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -580,7 +580,7 @@ def make_chapter_text_replacements(replace): # print("replace lines:%s"%len(retval)) return retval -## uuid5 needs a namespace UUID object. This is a random uuid3 one we +## uuid5 needs a namespace UUID object. This is a random uuid2 one we ## can all use so our uuids always match. IMG_NS = uuid.UUID('5d976d9e-7d55-4e9e-975a-8cec6c69f98e') def url2uuid(url):