From 7c1a178d3e86fe0b751541aa9ad7216c1847cdbc Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 11 Feb 2018 01:31:07 +0100 Subject: [PATCH] Bugfix. --- tclcheck_findver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclcheck_findver.py b/tclcheck_findver.py index 047ce0f..5be799f 100755 --- a/tclcheck_findver.py +++ b/tclcheck_findver.py @@ -64,7 +64,7 @@ for fv in allvers: if chk.success: chkres = chk.get_result() txt_tv = chkres.tvver - print("{}: {} ⇨ {} {}".format(curef, fv, txt_tv, chkres.filehash)) + print("{}: {} ⇨ {} {}".format(dev.curef, fv, txt_tv, chkres.filehash)) print("Scan complete.") write_info_if_dumps_found()