Skip to content
Snippets Groups Projects
Commit fd0d7986 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

labels

parent f7dfa852
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class model_dayabay_v0(): ...@@ -27,7 +27,7 @@ class model_dayabay_v0():
_strict: bool _strict: bool
_close: bool _close: bool
def __init__(self, *, strict: bool=True, close: bool=True): def __init__(self, *, strict: bool=False, close: bool=True):
self._strict = strict self._strict = strict
self._close = close self._close = close
......
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