fix: Fix Typo
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:04:35 -05:00
parent f3817de94d
commit d39ca2267f

View File

@@ -181,7 +181,7 @@ async def get_stats() -> str:
if EM.SHOW_FOLLOWERS:
DBM.i("Adding profile followers...")
data = GHM.USER.get_followers()
DBM.i(str(data)")
DBM.i(str(data))
if EM.SHOW_LINES_OF_CODE:
DBM.i("Adding lines of code info...")