Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
doc: added msg time arg in send_message docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellJC committed Oct 4, 2024
1 parent 321aef7 commit 03cf806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/drivers/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def send_message(self, message: str, message_time: int = 1) -> None:
Args:
message: Message to send to the user
message_time: Time to sleep for after displaying message.
"""
self.display.fill(0)
self.oled_display_text(message, 0, 0, 1)
Expand Down

0 comments on commit 03cf806

Please sign in to comment.