mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-12 02:38:37 +02:00
fix: duplicate and miss formated signature info
This commit is contained in:
@@ -163,7 +163,7 @@ def generateFederalFeed(CACHE):
|
||||
item["text"] += translatedEndDateAndInsufficientSignatures[lang]
|
||||
|
||||
elif item["collectedSignature"] == None:
|
||||
item["text"] += getSignatureInfo(item["creationDate"], lang)
|
||||
pass # we already put the text before. We just need to keep this elif condition to not raise the following ValueError
|
||||
|
||||
else:
|
||||
raise ValueError(
|
||||
|
||||
Reference in New Issue
Block a user