Skip to content

Commit ee3f641

Browse files
committed
update example
1 parent f2eab4f commit ee3f641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/streaming.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from UnleashClient import UnleashClient
66
from UnleashClient.events import UnleashEventType
77

8-
URL = "https://sandbox.getunleash.io/enterprise/api"
9-
TOKEN = "hammer-1:development.4819f784fbe351f8a74982d43a68f53dcdbf74cdde554a5d0a81d997"
10-
FLAG = "flag-page-hh"
8+
URL = "https://app.unleash-hosted.com/demo/api"
9+
TOKEN = "demo-app:dev.9fc74dd72d2b88bea5253c04240b21a54841f08d9918046ed55a06b5"
10+
FLAG = "example-flag"
1111

1212
headers = {"Authorization": TOKEN}
1313

0 commit comments

Comments
 (0)