Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Nov 11, 2024
1 parent 7b88088 commit 441f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
raise Exception("Environ (one of) [PROXY_URL, WOL_MAC, WOL_INT] is not set.")


def run_etherwake():
def run_etherwake() -> None:
subprocess.run(["etherwake", "-i", WOL_INT, WOL_MAC])


Expand Down

0 comments on commit 441f72e

Please sign in to comment.