This commit is contained in:
Benjamin Collet 2017-11-14 10:51:58 +01:00
parent ae7e0ba61e
commit 13d7c782ed

View file

@ -14,6 +14,9 @@ def call_api(params, path):
except:
return
if response.status_code is not 200:
return
return response.json()
def print_data(key, value, suffix = None):