Fixed unclosed ' error

Lines 293/294 should have been one line, this is now fixed.
This commit is contained in:
Manabi 2015-02-02 04:35:49 -05:00
parent 190f53ee4d
commit f85464ccb2

View file

@ -290,8 +290,7 @@ class DrFun(_BasicScraper):
class Drive(_BasicScraper): class Drive(_BasicScraper):
description = u'DRIVE tells the story of a second Spanish empire, a galactic empire, and its looming war with a race called The Continuum of description = u'DRIVE tells the story of a second Spanish empire, a galactic empire, and its looming war with a race called The Continuum of Makers.'
Makers. '
url = 'http://www.drivecomic.com/' url = 'http://www.drivecomic.com/'
rurl = escape(url) rurl = escape(url)
stripUrl = url + 'archive/%s.html' stripUrl = url + 'archive/%s.html'