Skip to content
Snippets Groups Projects
Commit e95a9486 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.17.16

parent f5c3c915
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class MonitorSet(set, Monitor):
"""
def __init__(self, *args):
super().__init__(*args)
Monitor.__init__()
Monitor.__init__(self)
def insert_and_check(self, item) -> bool:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment