Skip to content

Commit

Permalink
Merge pull request #6 from kekec14/kekec14-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
deajan authored Mar 8, 2024
2 parents 8ab44a7 + 4384c7a commit 671489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ conf_file.generate_key()
aes_key = conf_file.aes_key

# Read original file
config_file.read(original_file)
conf_file.read(original_file)
# Write encrypted config file
with open(target_encrypted_file, 'wb') as file_handle:
conf_file.write_encrypted(file_handle)
Expand Down

0 comments on commit 671489f

Please sign in to comment.