Skip to content

Commit

Permalink
Syntax fix to prior hotfix for TEAM_MEMBERS
Browse files Browse the repository at this point in the history
  • Loading branch information
devjack committed Nov 21, 2024
1 parent b690519 commit 99f78fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions badgegen/badgegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def generate_badge(runtime, params: BadgeParams):
SPRINTS_TUESDAY = 569216 #unused

TEAM_MEMBERS = [
569202
637767 #Late Team Member
569202,
637767 #Late Team Member
]

SPEAKERS = {
Expand Down

0 comments on commit 99f78fe

Please sign in to comment.