Skip to content

Commit

Permalink
Update leaderboard_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Sep 4, 2024
1 parent 0f2177c commit 1a4e400
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leader_bot/leaderboard_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def create_leaderboard_by_month(year: str, month: str, commit_filter: int = 0):

for user_handle, contributions in data.items():
if target_date in contributions:
if user_handle not in qualified_dates:
continue
first_date_str = min(
[
date
Expand Down

0 comments on commit 1a4e400

Please sign in to comment.