Missing comma :)
This commit is contained in:
parent
807bee6342
commit
eafe5fcf24
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class ComicFuryUpdater(ComicListUpdater):
|
|||
print("WARNING:", "Unknown language:", lang)
|
||||
|
||||
sub = urlsplit(url).hostname.split('.', 1)[0]
|
||||
return u"cls('%s', '%s'%s)" % (name, sub, langopt)
|
||||
return u"cls('%s', '%s'%s)," % (name, sub, langopt)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue