Removed token + made it mandatory
This commit is contained in:
parent
9bb5330068
commit
b790807bd3
@ -32,7 +32,7 @@ def main():
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--token',
|
'--token',
|
||||||
default='682ac3d176cf614cec4ecf9c8392880c89d07488',
|
required=True,
|
||||||
help='API Token'
|
help='API Token'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user