From accc171311d58b58a11b4ab722e13e7284d9bd6f Mon Sep 17 00:00:00 2001 From: thurask Date: Sat, 14 Oct 2017 20:02:24 -0400 Subject: [PATCH] typo fix --- tclcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclcheck.py b/tclcheck.py index b729ebd..6ba74f8 100755 --- a/tclcheck.py +++ b/tclcheck.py @@ -42,7 +42,7 @@ fileid, fileurl, slaves, encslaves = fc.parse_request(req_xml) for s in slaves: print("http://{}{}".format(s, fileurl)) -if fc.mode == fc.MODE_FULL: +if fc.mode == fc.MODE.FULL: header = fc.do_encrypt_header(random.choice(encslaves), fileurl) if len(header) == 4194320: print("Header length check passed. Writing to header_{}.bin.".format(tv))