Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Dec 12, 2023
1 parent a0656b5 commit 9dbaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresqleu/confreg/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def volunteer_twitter(request, urlname, token):
t.image = request.FILES['image'].read()
# Actually validate that it loads as PNG or JPG
# XXX: Pillow issue https://github.com/python-pillow/Pillow/issues/1138 misidentifies JPG
# as MPO. So we should apparenty accept MPO as well..
# as MPO. So we should apparently accept MPO as well..
try:
p = ImageFile.Parser()
p.feed(t.image)
Expand Down

0 comments on commit 9dbaa23

Please sign in to comment.