Skip to content

Commit

Permalink
Updated pull request
Browse files Browse the repository at this point in the history
fixed issue
  • Loading branch information
0x483d authored Sep 28, 2021
1 parent 3872229 commit 4a25df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def scan_path(self, path):

# Evaluations -------------------------------------------------------
# Evaluate size
if fileSize > int((args.s * 1024)):
if fileSize > (int(args.s) * 1024):
# Print files
do_intense_check = False

Expand Down

0 comments on commit 4a25df7

Please sign in to comment.