From 30647727a26836a7aef99ac2ad65f7486411293c Mon Sep 17 00:00:00 2001 From: An Duong Date: Tue, 21 Nov 2023 17:59:40 -0500 Subject: [PATCH] w --- sources/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/main.py b/sources/main.py index 1354d343..37abe5b0 100644 --- a/sources/main.py +++ b/sources/main.py @@ -160,6 +160,7 @@ async def get_stats() -> str: if EM.SHOW_TOTAL_CODE_TIME: DBM.i("Adding total code time info...") + data = await DM.get_remote_json("waka_all") code_time = data["data"]["text"] if hasattr(data["data"], "text") else data["message"] stats += f"![Code Time](http://img.shields.io/badge/{quote('Code Time')}-{quote(str(code_time))}-blue)\n\n"