Roronotalt commited on
Commit
0503b87
·
verified ·
1 Parent(s): 688be26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -122,6 +122,7 @@ For this snippet it is assumed that you have already loaded the dataset thus, it
122
  Then you can decode the image to a URL
123
  ```python
124
  from atproto import CID
 
125
 
126
  # Image "blob", every dict in the embedded_array should have one
127
  encoded_string = image["blob"]
 
122
  Then you can decode the image to a URL
123
  ```python
124
  from atproto import CID
125
+ import base64
126
 
127
  # Image "blob", every dict in the embedded_array should have one
128
  encoded_string = image["blob"]