From 231abe73d44c2694422f09eeb3cbb11b64c51528 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 19 Aug 2017 02:07:25 +0200 Subject: [PATCH] Output download XML instead of check XML. --- tclcheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tclcheck.py b/tclcheck.py index 13989f1..6fd6e9a 100644 --- a/tclcheck.py +++ b/tclcheck.py @@ -189,11 +189,11 @@ if __name__ == "__main__": fc.cltp = 10 check_xml = fc.do_check() - print(fc.pretty_xml(check_xml)) + #print(fc.pretty_xml(check_xml)) curef, fv, tv, fw_id, fileid, fn, fsize, fhash = fc.parse_check(check_xml) req_xml = fc.do_request(curef, fv, tv, fw_id) - #print(fc.pretty_xml(req_xml)) + print(fc.pretty_xml(req_xml)) fileid, fileurl, slaves = fc.parse_request(req_xml) for s in slaves: