fix print

This commit is contained in:
Christian Rotzoll
2019-04-12 01:19:32 +01:00
parent 6aa2d04b4c
commit 129e18f4b1

View File

@@ -27,7 +27,7 @@ else:
print("unkown mode - run without parameter to see options")
sys.exit(1)
print("TODO: Implement)
print("TODO: Implement")
sys.exit(1)
os.environ['GRPC_SSL_CIPHER_SUITES'] = 'HIGH+ECDSA'