Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Jun 20, 2019
1 parent c528fb2 commit c5b47d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RTOC/LoggerPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@

class LoggerPlugin:
"""
Args:
stream (method): The callback-method for the stream-method
plot (method): The callback-method for the plot-method
event (method): The callback-method for the event-method
telegramBot (object): Object for telegram-methods
"""
def __init__(self, stream=None, plot=None, event=None, telegramBot=None, *args, **kwargs):
Expand Down

0 comments on commit c5b47d2

Please sign in to comment.