Skip to content

Commit

Permalink
errbot-reminder: meeting link
Browse files Browse the repository at this point in the history
* try to get te stream description
  • Loading branch information
adrien5054 committed Jul 7, 2023
1 parent 2bbe3de commit 145b666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def get_id(self, msg, args):
for stream in result["streams"]:
if stream["name"] == "tools & services":
description = stream["description"]
return type(description)
splitted_description = description.split(" | ")
return splitted_description

@botcmd
def reminder_next(self, msg, args):
Expand Down

0 comments on commit 145b666

Please sign in to comment.