debug removed

pipenv
Sascha Rommelfangen 2018-11-13 15:34:33 +01:00
parent 8285ff324f
commit 3e25428978
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ def get_consumption(output=False):
jreq = req.json()
minute = str(jreq['Data']['calls_left']['minute'])
hour = str(jreq['Data']['calls_left']['hour'])
except Exception as e:
print(e)
except:
minute = str(-1)
hour = str(-1)
# Debug out for the console