Skip to content

Commit

Permalink
fix match id
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerbranda committed Mar 14, 2024
1 parent fcb3d7e commit d2ae63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/rbfa/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def async_get_events(
# Summary below will define the name of event in calendar
events.append(
CalendarEvent(
uid = team_items['matchid'],
uid = team_items['uid'],
summary = team_items['summary'],
start = team_items['date'],
end = team_items['date'] + timedelta(hours=1),
Expand Down

0 comments on commit d2ae63f

Please sign in to comment.