Skip to content

Commit

Permalink
Use chain operation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 19, 2025
1 parent 5cd202b commit 217671b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dieknow.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
function_name = parts[1] if len(parts) > 1 else "unknown"
raise OSError(f"Function '{function_name}' name or ordinal missing!") from exc

get_kill_method = lib.get_kill_method
set_kill_method = lib.set_kill_method

validate = lib.validate
folder_path = lib.get_folder_path()
start_monitoring = lib.start_monitoring
Expand Down

0 comments on commit 217671b

Please sign in to comment.