Skip to content

Commit 81d8c2e

Browse files
authored
Merge pull request #170 from SimonHenz97/main
Fix: changed `Spond.get_events()` subgroupId Param to subGroupId
2 parents fe6db62 + 1c3ab09 commit 81d8c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spond/spond.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async def get_events(
300300
if group_id:
301301
params["groupId"] = group_id
302302
if subgroup_id:
303-
params["subgroupId"] = subgroup_id
303+
params["subGroupId"] = subgroup_id
304304

305305
async with self.clientsession.get(
306306
url, headers=self.auth_headers, params=params

0 commit comments

Comments
 (0)