From 56e56593262dd31e6f2d6ff86c801f6533d2d9fc Mon Sep 17 00:00:00 2001 From: Hongyuan Ma Date: Tue, 14 Aug 2018 21:38:11 +0800 Subject: Online adaptation --- client/post-example/upload.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/post-example/upload.py') diff --git a/client/post-example/upload.py b/client/post-example/upload.py index 467497c..b0164d4 100644 --- a/client/post-example/upload.py +++ b/client/post-example/upload.py @@ -14,9 +14,9 @@ def byteify(input): return input -token = '0ae27ecb064ff5283296b297bac77d9e' -# BASE_URL = 'http://140.211.168.111:8080/' -BASE_URL = 'http://127.0.0.1:8000/' +token = '0232f37f8e1726684516434441af745' +BASE_URL = 'http://140.211.168.111:8080/' +# BASE_URL = 'http://127.0.0.1:8000/' PATH_URL = 'upload/' url = BASE_URL + PATH_URL -- cgit v1.2.3