Removed token + made it mandatory

This commit is contained in:
Gode, Sebastian 2022-09-20 08:25:40 +00:00
parent 9bb5330068
commit b790807bd3

View File

@ -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(