mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-28 01:42:34 +02:00
Take out adding the id: field as a subject.
This commit is contained in:
parent
30455bfda2
commit
2f0bb31e24
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue