From 33b49b30ce15caad99e08dc7164d593afc20c446 Mon Sep 17 00:00:00 2001 From: workcv Date: Wed, 7 Feb 2018 02:33:10 +0300 Subject: [PATCH] Test --- ggame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggame.py b/ggame.py index 795db9b..2e48b6b 100644 --- a/ggame.py +++ b/ggame.py @@ -23,7 +23,7 @@ active=child while True: - print("Check Out test!!!!!!!!!!") + print("Check Out test!!!!!!!%%%!!!") doc=etree.fromstring(etree.tostring(plot)) outpp=etree.tostring(doc) xxml = xml.dom.minidom.parseString(outpp)