fix: Debug URL
Some checks are pending
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
CODESTYLE / Run codestyle check (push) Waiting to run

This commit is contained in:
2024-11-03 00:25:42 -05:00
parent c5c0568703
commit 842f4d9213

View File

@@ -183,6 +183,8 @@ async def get_stats() -> str:
data = GHM.USER.get_followers()
for user in data:
DBM.i(str(user))
DBM.i(str(user.login))
DBM.i(str(user.html_url))
if EM.SHOW_LINES_OF_CODE:
DBM.i("Adding lines of code info...")