Skip to content

Commit

Permalink
Triggering travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinpf committed May 22, 2014
1 parent 744792a commit 8eb2fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/eatmanga.py
Expand Up @@ -26,7 +26,7 @@ def parseSite(self):
source = getSourceCode(url, self.proxy)

self.chapters = EatManga.re_getChapters.findall(source)
self.chapters[0]
self.chapters[0]


def downloadChapter(self, downloadThread, max_pages, url, manga_chapter_prefix, current_chapter):
Expand Down

0 comments on commit 8eb2fb2

Please sign in to comment.