fix import regression from 11246f5

This commit is contained in:
Martin Zimmermann 2013-10-13 15:33:57 +02:00
parent 42740115a2
commit e8d62e5db1

View File

@ -55,7 +55,8 @@ def disqus(db, xmlfile):
'email': post.find('%sauthor/%semail' % (ns, ns)).text,
'created': mktime(strptime(
post.find('%screatedAt' % ns).text, '%Y-%m-%dT%H:%M:%SZ')),
'remote_addr': '127.0.0.0'
'remote_addr': '127.0.0.0',
'mode': 1
}
if post.find(ns + 'parent') is not None: