fix silly mistake

This commit is contained in:
Lynne 2019-08-07 13:48:45 +10:00
parent 1fbaf17e3e
commit 1261af29c3
4 changed files with 4 additions and 11 deletions

View file

@ -12,7 +12,7 @@ import requests
import functions
parser = argparse.ArgumentParser(description='Log in and download posts.')
parser.add_argument('-c', '--cfg', dest='cfg', action='', default='config.json', nargs='?',
parser.add_argument('-c', '--cfg', dest='cfg', default='config.json', nargs='?',
help="Specify a custom location for config.json.")
args = parser.parse_args()