You've already forked wakapi-readme-stats
fix: User pagination debug
This commit is contained in:
@@ -181,7 +181,8 @@ async def get_stats() -> str:
|
||||
if EM.SHOW_FOLLOWERS:
|
||||
DBM.i("Adding profile followers...")
|
||||
data = GHM.USER.get_followers()
|
||||
DBM.i(str(data))
|
||||
for user in data:
|
||||
DBM.i(str(user))
|
||||
|
||||
if EM.SHOW_LINES_OF_CODE:
|
||||
DBM.i("Adding lines of code info...")
|
||||
|
||||
Reference in New Issue
Block a user