Skip to content

Commit

Permalink
Fix register_codec call
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 18, 2023
1 parent 272b26b commit c0b0a2e
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 @@ -19,7 +19,7 @@ import blosc2_grok
from PIL import Image

# Register the grok codec
blosc2.register_codec(blosc2_grok, 160)
blosc2.register_codec("grok", 160)

# Set the params for the grok codec
kwargs = {}
Expand Down

0 comments on commit c0b0a2e

Please sign in to comment.