[skip ci] Add comments of update file on benchmark (#11141)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/11167/head
wt 2021-11-03 14:53:21 +08:00 committed by GitHub
parent 58d07b3a8a
commit 0c35a96e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import json
def get_token(url):
""" get the request token and return the value """
rep = requests.get(url)
data = json.loads(rep.text)
if 'token' in data: