Compare commits

..

2 Commits

Author SHA1 Message Date
2f6d24b78b build 2025-11-26 23:29:00 +01:00
3e5e70da63 build 2025-11-26 23:26:41 +01:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
.gitlab-ci.yml .gitlab-ci.yml
.gitignore
__pycache__

View File

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