Compare commits

...

4 Commits

Author SHA1 Message Date
7511156dd7 build 2025-11-30 23:04:05 +01:00
075cd4296c build 2025-11-30 23:02:10 +01:00
2f6d24b78b build 2025-11-26 23:29:00 +01:00
3e5e70da63 build 2025-11-26 23:26:41 +01:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,4 @@
.gitlab-ci.yml
.gitignore
__pycache__
.ansible

View File

@@ -35,7 +35,7 @@ VERSION="1.0.10"
# print(file_path)
# print(dir_path)
os.chdir(dir_path)
from wakeonlan import send_magic_packet
pid = os.getpid()
def is_port_open(host, port):
try: