Merge pull request #5 from misteranmol/patch-1

Update main.py
This commit is contained in:
Anmol Pratap Singh
2020-07-23 12:42:57 +05:30
committed by GitHub

View File

@@ -192,7 +192,7 @@ def get_stats():
stats = stats + '```\n\n' stats = stats + '```\n\n'
else: else:
print("Waka Time Api Key Not Configured Properly") print("Error With WAKA time API returned "+request.status_code + " Response "+ request.json())
except Exception as e: except Exception as e:
print("Waka Time Api Key Not Configured" + str(e)) print("Waka Time Api Key Not Configured" + str(e))