Skip to content

Commit

Permalink
tweak the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Aug 8, 2024
1 parent 6a15b15 commit f75056c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/wake_on_lan.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def main():
"""
)

result = bes_conn.session.post(f"{bes_conn.rootserver}/WakeOnLan", data=soap_xml)
result = bes_conn.session.post(
f"{bes_conn.rootserver}/WakeOnLan", data=soap_xml, verify=False
)

print(result)
print(result.text)
Expand Down

0 comments on commit f75056c

Please sign in to comment.