fix silly mistake
This commit is contained in:
parent
1fbaf17e3e
commit
1261af29c3
4 changed files with 4 additions and 11 deletions
2
main.py
2
main.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue