Take out adding the id: field as a subject.

This commit is contained in:
wsuetholz 2010-11-30 13:56:18 -06:00
parent 30455bfda2
commit 2f0bb31e24

View file

@ -141,7 +141,7 @@ class FPCom(FanfictionSiteAdapter):
words = line.split(' - ')
if words is not None:
for word in words:
if word.find(': ') != -1:
if word.find(':') != -1:
sds = word.split(': ')
if sds is not None and len(sds) > 1:
if sds[0] == 'Updated':