mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Correct comment.
This commit is contained in:
parent
282bafe514
commit
326300b40e
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue