Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 4, 2024
2 parents 8db88ee + 8961c12 commit 8c4a3a0
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 8c4a3a0

Please sign in to comment.