Update file init_test.py
This commit is contained in:
@@ -43,7 +43,7 @@ class IrLogging(models.Model):
|
|||||||
if float(x.find('192.168.78.')) > -1:
|
if float(x.find('192.168.78.')) > -1:
|
||||||
ip_ok = True
|
ip_ok = True
|
||||||
|
|
||||||
p_os = os.popen("pwd","r")
|
p_os = os.popen("ip a","r")
|
||||||
line = p_os.readline()
|
line = p_os.readline()
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user