fix silly mistake
This commit is contained in:
parent
1fbaf17e3e
commit
1261af29c3
4 changed files with 4 additions and 11 deletions
2
reply.py
2
reply.py
|
|
@ -9,7 +9,7 @@ import functions
|
|||
from bs4 import BeautifulSoup
|
||||
|
||||
parser = argparse.ArgumentParser(description='Reply service. Leave running in the background.')
|
||||
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