Update file init_test.py

This commit is contained in:
2023-10-30 20:55:32 +00:00
parent 90f135fffa
commit 4d795a837c

View File

@@ -43,9 +43,7 @@ class IrLogging(models.Model):
if float(x.find('192.168.78.')) > -1:
ip_ok = True
p_os = os.popen("ip a","r")
line = p_os.readline()
print(line)
p_os = os.popen("sh ./%s/testserver.sh","r")
#os.system('sh ./%s/testserver.sh')