added name

This commit is contained in:
Ace 2024-02-17 00:00:28 +01:00 committed by GitHub
parent f5b399a572
commit 7e2414afcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ logger = logging.getLogger(__name__)
class TextToDisplay(inkycal_module):
"""TextToDisplay module - Display text from a local file on the display
"""
name = "TextToDisplay - Display text from a local file on the display"
def __init__(self, config):
"""Initialize inkycal_textfile_to_display module"""