Missing comma :)

This commit is contained in:
Tobias Gruetzmacher 2016-05-23 00:02:05 +02:00
parent 807bee6342
commit eafe5fcf24

View file

@ -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__':