updated docker/helm files for svc,ping,robot,ssh, and o1
[it/otf.git] / otf-robot-test-head / run.py
index bbb27e9..4527bd0 100644 (file)
@@ -21,10 +21,10 @@ if __name__ == '__main__':
 \r
     # Set SSL context with the certificate chain and the private RSA key.\r
     context = ('opt/cert/otf.pem', 'opt/cert/privateKey.pem')\r
-    app.run(\r
-        debug=app.config['DEBUG'],\r
-        host='0.0.0.0', port=5000,\r
-        use_reloader=True,\r
-        ssl_context=context)\r
+    app.run(\r
+        debug=app.config['DEBUG'],\r
+        host='0.0.0.0', port=5000,\r
+        use_reloader=True,\r
+        ssl_context=context)\r
     # Run without ssl\r
-       app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000)
\ No newline at end of file
+       app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000)
\ No newline at end of file