Skip to content

Commit

Permalink
Fix logging for default poll
Browse files Browse the repository at this point in the history
  • Loading branch information
reidsunderland committed Jul 8, 2024
1 parent 7919334 commit 1103455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flowcb/poll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def on_html_parser_init(self):
"""

def __init__(self, options,class_logger=None):
def __init__(self, options,class_logger=logger):

super().__init__(options,class_logger)

Expand Down

0 comments on commit 1103455

Please sign in to comment.