[core] Fix commandline parser
This commit is contained in:
parent
b1a1f4f414
commit
7a18d36217
|
@ -15,7 +15,7 @@ config = {
|
||||||
'root_url': 'http://localhost:8000/',
|
'root_url': 'http://localhost:8000/',
|
||||||
}
|
}
|
||||||
|
|
||||||
if argv[0] == 'kibicara':
|
if argv[0].endswith('kibicara'):
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-f',
|
'-f',
|
||||||
|
|
Loading…
Reference in a new issue