We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce4f41 commit b513fb9Copy full SHA for b513fb9
check_file.py
@@ -42,8 +42,8 @@ def main():
42
43
# Read the content of each file
44
for file in filenames:
45
- print ('[+] Reading from : ' + file) # Display Message and read the file contents
46
- readfile(file)
+ print ('[+] Reading from : ' + filename) # Display Message and read the file contents
+ readfile(filename)
47
48
if __name__ == '__main__':
49
main()
0 commit comments