diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index 3b1b110..5baf5a5 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -58,5 +58,4 @@ class IrLogging(models.Model): p = subprocess.Popen('/odoo/custom/open2bizz/testserver/testserver.sh',stdout=subprocess.PIPE,stderr=subprocess.PIPE) results, errors = p.communicate() - print( results) - re.search('<(\d+)>', results).group(1) \ No newline at end of file + print( results) \ No newline at end of file