Skip to content

Commit

Permalink
fix int
Browse files Browse the repository at this point in the history
  • Loading branch information
cadosecurity committed Nov 27, 2023
1 parent fb95d48 commit 6b9940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudgrep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def main() -> None:
args["query"],
args["file"],
args["yara"],
args["file_size"],
int(args["file_size"]),
args["prefix"],
args["filename"],
args["start_date"],
Expand Down

0 comments on commit 6b9940c

Please sign in to comment.