mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fixed a small bug for year wide archive indexing, Daniel
This commit is contained in:
parent
10543b1b4b
commit
d7960a8a76
@ -1048,6 +1048,10 @@ def scanXMLMsgArchive(url, title, force = 0):
|
||||
return 1
|
||||
|
||||
def scanXMLDateArchive(t = None, force = 0):
|
||||
global wordsDictArchive
|
||||
|
||||
wordsDictArchive = {}
|
||||
|
||||
url = getXMLDateArchive(t)
|
||||
print "loading %s" % (url)
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user