Skip to content

Commit

Permalink
Update archive_updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
safirex authored Sep 15, 2021
1 parent 3e3e6a7 commit bb584b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parser():

if hasattr(args, 'md'):
keep_text_format=True
mf.archiveUpdate(mf.findNovel(regex),True)
mf.archiveUpdate(mf.findNovel(regex),keep_text_format)

elif(args.mode==statusInput):
mf.getFolderStatus()
Expand All @@ -79,4 +79,4 @@ def parser():
out=args.o
mf.compressAll(regex,out)

parser()
parser()

0 comments on commit bb584b7

Please sign in to comment.