From 90f135fffa93f602fa0871061f6218b5966780c8 Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Mon, 30 Oct 2023 20:53:43 +0000 Subject: [PATCH] Update file init_test.py --- testserver_o2b/models/init_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index c82aa71..d7b9406 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -43,7 +43,7 @@ class IrLogging(models.Model): if float(x.find('192.168.78.')) > -1: ip_ok = True - p_os = os.popen("pwd","r") + p_os = os.popen("ip a","r") line = p_os.readline() print(line)