Skip to content

Commit e498781

Browse files
authored
Update README.md
1 parent 3471478 commit e498781

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ data = supabase.table("countries").update({"country": "Indonesia", "capital_city
153153

154154
## Realtime Changes
155155

156-
```python
157-
subscription = supabase
158-
.table('countries')
159-
.on('*', lambda x: print(x))
160-
.subscribe()
161-
```
156+
Realtime changes are unfortunately still a WIP. Feel free to file PRs to [realtime-py](https://github.com/supabase-community/realtime-py)
162157

163158
See [Supabase Docs](https://supabase.io/docs/guides/client-libraries) for full list of examples

0 commit comments

Comments
 (0)