Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anufrievroman authored Jan 11, 2022
1 parent d092d7a commit a7a40a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcure
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def create_config():
"letter": "✉",
}

with open(config_file, 'w', encoding="utf8") as f:
with open(config_file, 'w', encoding="utf-8") as f:
conf.write(f)

# Load configuration file or create if it does not exist:
Expand Down

0 comments on commit a7a40a2

Please sign in to comment.