Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Mar 21, 2024
1 parent 3602147 commit 7d30c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zinolib/controllers/zino1.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def poll(self, event_or_id: EventOrId):
handler in a bit
"""
event = self._get_event(event_or_id)
return self._event_adapter.poll(event)
return self._event_adapter.poll(self.session.request, event)

Check warning on line 531 in src/zinolib/controllers/zino1.py

View check run for this annotation

Codecov / codecov/patch

src/zinolib/controllers/zino1.py#L530-L531

Added lines #L530 - L531 were not covered by tests

def get_events(self):
self._verify_session()
Expand Down

0 comments on commit 7d30c40

Please sign in to comment.