diff --git a/sotb_wrapper/interface.py b/sotb_wrapper/interface.py index 436940c..92539c9 100644 --- a/sotb_wrapper/interface.py +++ b/sotb_wrapper/interface.py @@ -123,11 +123,9 @@ def __repr__(self) -> str: # This is how a dll/so library is loaded try: - lib_sotb = ctypes.CDLL(str(path / name), winmode=0) except Exception as e: - import logging logger = logging.Logger("catch_all")