Skip to content

Commit c5b47d2

Browse files
author
Sebastian
committed
d
1 parent c528fb2 commit c5b47d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RTOC/LoggerPlugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
class LoggerPlugin:
2020
"""
21-
21+
2222
2323
Args:
2424
stream (method): The callback-method for the stream-method
2525
plot (method): The callback-method for the plot-method
2626
event (method): The callback-method for the event-method
27+
telegramBot (object): Object for telegram-methods
2728
2829
"""
2930
def __init__(self, stream=None, plot=None, event=None, telegramBot=None, *args, **kwargs):

0 commit comments

Comments
 (0)