Skip to content

Commit

Permalink
Fix ebook location on m2emSener to new standart
Browse files Browse the repository at this point in the history
  • Loading branch information
schemen committed Nov 20, 2017
1 parent 3f76042 commit 460f1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/m2emSender.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def sendEbook(config):
mangatitle = chapter[2]
mangaid = int(chapter[0])
issent = int(chapter[8])
eblocation = str(saveloc + mangatitle + "/" + mangatitle + "." + ebformat.lower())
manganame = chapter[11]
eblocation = str(saveloc + manganame + "/" + mangatitle + "/" + mangatitle + "." + ebformat.lower())

if issent != 0:
logging.debug("%s has been sent already!" % mangatitle)
Expand Down

0 comments on commit 460f1b4

Please sign in to comment.