Skip to content

Commit

Permalink
Fix false
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bergia committed Jul 10, 2023
1 parent d84283a commit f9e3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def zoom_meeting_url(self):
client = self._bot.client
# Get stream by id is currently not available on the python client.
response = client.get_streams(
include_public = false,
include_public = False,
)

stream = filter(
Expand Down

0 comments on commit f9e3387

Please sign in to comment.