Fix genre list

This commit is contained in:
Bastian Kleineidam 2013-03-26 19:58:22 +01:00
parent 141d5113de
commit 1d7f7a8517

View file

@ -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