Disable cli / otp reading for the moment

Imho this should clearly not leak into scripts/uncloud and
additionally it is broken at the moment
This commit is contained in:
Nico Schottelius 2020-01-14 11:09:45 +01:00
commit 22531a7459
2 changed files with 6 additions and 6 deletions

View file

@ -5,6 +5,6 @@ arg_parser.add_argument('--create-vm')
def main(arguments):
print(arguments)!
debug = arguments['debug']
port = arguments['port']
print(arguments)
#debug = arguments['debug']
#port = arguments['port']