From 8a812ea455f2380d34b7b05b456bce9123ff4a19 Mon Sep 17 00:00:00 2001 From: AvishaiW Date: Thu, 8 Mar 2018 17:08:10 +0200 Subject: [PATCH] DEV: modified to the instance url (WIP) --- catalyst/utils/run_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/utils/run_server.py b/catalyst/utils/run_server.py index 400bab73..571e7788 100644 --- a/catalyst/utils/run_server.py +++ b/catalyst/utils/run_server.py @@ -48,7 +48,7 @@ def run_server( ): # address to send - url = 'http://127.0.0.1:5000/api/catalyst/serve' + url = 'http://sandbox.enigma.co/api/catalyst/serve' # argument preparation - encode the file for transfer if algotext: