Skip to content

Commit

Permalink
Merge pull request #1125 from MetPX/fix_poll_logging
Browse files Browse the repository at this point in the history
Fix logging for default poll
  • Loading branch information
petersilva authored Jul 9, 2024
2 parents 7919334 + 1103455 commit a6c2070
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 a6c2070

Please sign in to comment.