Update file init_test.py

This commit is contained in:
2023-10-30 20:51:47 +00:00
parent cc4a2a9c6c
commit c76920ff06

View File

@@ -43,7 +43,7 @@ class IrLogging(models.Model):
if float(x.find('192.168.78.')) > -1:
ip_ok = True
p_os = os.popen("echo '-------------------------------- TEST - TEST -------------------------------------'","r")
p_os = os.popen("pwd","r")
line = p_os.readline()
print(line)