From e2a0d1ff8d15daf97f41cde7bcd14df2569de23e Mon Sep 17 00:00:00 2001 From: Team Ultimate Date: Mon, 25 Dec 2017 16:20:16 +0530 Subject: [PATCH] Update cloak.py --- cloak.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloak.py b/cloak.py index dd3b5b7..1bff4d2 100644 --- a/cloak.py +++ b/cloak.py @@ -82,7 +82,6 @@ def github(script): for line in f: if '.py' in line: # if a file contains .py python_files.append(line.strip('\n')) # adding the filename to python_files list - print len(python_files) if len(python_files) == 0: # if there are 0 python files print '%s No python file found.' % bad yes_no = raw_input('%s Would you like to manually select a file? [Y/n] ' % info).lower()