Skip to content

Commit 92e1c5d

Browse files
committed
Use a working bootstrap node in pytox examples.
1 parent a45fc3e commit 92e1c5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/echo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
from pytox import ToxAV
3232

3333
SERVER = [
34-
"biribiri.org",
34+
"tox.initramfs.io",
3535
33445,
36-
"F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67",
36+
"3F0A45A268367C1BEA652F258C85F4A66DA76BCAA667A49E770BCC4917AB6A25",
3737
]
3838

3939
DATA = "echo.data"

examples/phone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
from pytox import ToxAV
3838

3939
SERVER = [
40-
"biribiri.org",
40+
"tox.initramfs.io",
4141
33445,
42-
"F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67",
42+
"3F0A45A268367C1BEA652F258C85F4A66DA76BCAA667A49E770BCC4917AB6A25",
4343
]
4444

4545
DATA = "phone.data"

0 commit comments

Comments
 (0)