Skip to content

Commit b41c453

Browse files
authored
add: complete string (#624)
2 parents 92541a2 + 7f7beec commit b41c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ supabase: Client = create_client(url, key)
236236

237237
bucket_name: str = "photos"
238238

239-
data = supabase.storage.from_(bucket_name).download("photo1.png)
239+
data = supabase.storage.from_(bucket_name).download("photo1.png")
240240
```
241241

242242
### Upload a file

0 commit comments

Comments
 (0)