scripts/search-index.py
changeset 83 a34e9f56ddda
parent 82 afd3120ec71e
--- a/scripts/search-index.py	Tue Feb 10 04:27:22 2009 +0200
+++ b/scripts/search-index.py	Tue Feb 10 05:56:57 2009 +0200
@@ -99,7 +99,7 @@
                 raise
         
         # get the set of days
-        days = channel.source.get_month_days(month)
+        days = list(channel.source.get_month_days(month))
 
         print "Loading %d days of logs:" % (len(days))