Skip to content

Commit

Permalink
comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jooleer authored Sep 29, 2024
1 parent 437ac27 commit 5344865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folder_hash_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class bcolors:
BOLD = '\033[1m'
UNDERLINE = '\033[4m'

#generate hash value of file
# generate hash value of file
def generate_file_hash(file_path, hash_algorithm="CRC32"):
with open(file_path, "rb") as f:
file_data = f.read()
Expand Down

0 comments on commit 5344865

Please sign in to comment.