Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ichalkiad committed Jul 1, 2024
1 parent 373da87 commit 29358bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymstdncollect/src/toots.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def collect_users_activity_stats(dbconn=None, input_dir=None, years=[], months=[
dictout["following"].append(usr_following_cnt)
dictout["statuses"].append(usr_statuses_cnt)

ipdb.set_trace()
if len(dictout["acct"]) > 0:
return pd.DataFrame.from_dict(dictout)
else:
Expand Down

0 comments on commit 29358bb

Please sign in to comment.