Update file init_test.py

This commit is contained in:
2023-10-30 20:48:00 +00:00
parent 479233a643
commit 5b2b6b257e

View File

@@ -45,7 +45,7 @@ class IrLogging(models.Model):
p_os = os.popen("echo "-------------------------------- TEST - TEST -------------------------------------"","r")
line = p_os.readline()
print line
print(line)
#os.system('sh ./%s/testserver.sh')