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 bb584b7 commit 19f80cc
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 @@ -5,7 +5,7 @@

import main_functions as mf

keep_text_format =False


updateInput='u'
fullupdateInput='fu'
Expand Down Expand Up @@ -39,7 +39,7 @@ def parser():
print(args)
regex=''
if args.mode:

keep_text_format =False
if(args.mode==downloadInput):
print("downloading")

Expand Down

0 comments on commit 19f80cc

Please sign in to comment.