Fix genre list
This commit is contained in:
parent
141d5113de
commit
1d7f7a8517
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class _BasicScraper(object):
|
|||
lang = 'en'
|
||||
|
||||
# list of genres for this comic strip
|
||||
genres = (Genre.other)
|
||||
genres = (Genre.other,)
|
||||
|
||||
# compiled regular expression that will locate the URL for the previous strip in a page
|
||||
# this can also be a list or tuple of compiled regular expressions
|
||||
|
|
Loading…
Reference in a new issue