From c92ab885f76b4a583da4617cde3e457e6476b864 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 31 Oct 2016 14:43:30 +0200 Subject: [PATCH] Fix formatting --- platformio/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/app.py b/platformio/app.py index 4dba84fc..5ac23d11 100644 --- a/platformio/app.py +++ b/platformio/app.py @@ -277,8 +277,8 @@ def get_cid(): elif getenv("CHE_API", getenv("CHE_API_ENDPOINT")): try: _uid = requests.get("{api}/user?token={token}".format( - api=getenv("CHE_API", getenv("CHE_API_ENDPOINT")), token=getenv( - "USER_TOKEN"))).json().get("id") + api=getenv("CHE_API", getenv("CHE_API_ENDPOINT")), + token=getenv("USER_TOKEN"))).json().get("id") except: # pylint: disable=bare-except pass cid = str(