Skip to content

Commit

Permalink
fix attr error
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Sep 27, 2023
1 parent 60ea6f4 commit 19b464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BotInterface:
language: str
show_feedback_buttons: bool = False
convo: Conversation
recieved_msg_id: str | None
recieved_msg_id: str = None

def send_msg(
self,
Expand Down

0 comments on commit 19b464d

Please sign in to comment.