Skip to content

Commit

Permalink
Merge pull request #31 from DjamikTea/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alexandernst authored Jul 4, 2024
2 parents a7fe07e + 48d503b commit 8961c12
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 @@ -253,7 +253,7 @@ pkpass_content = builder.build()
Write to file:

```python
pkpass_file = open('mypass.pkpass', 'rb')
pkpass_file = open('mypass.pkpass', 'wb')
pkpass_file.write(pkpass_content)
```

Expand Down

0 comments on commit 8961c12

Please sign in to comment.