Skip to content

Commit

Permalink
Use a working bootstrap node in pytox examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed May 6, 2020
1 parent a45fc3e commit 92e1c5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
from pytox import ToxAV

SERVER = [
"biribiri.org",
"tox.initramfs.io",
33445,
"F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67",
"3F0A45A268367C1BEA652F258C85F4A66DA76BCAA667A49E770BCC4917AB6A25",
]

DATA = "echo.data"
Expand Down
4 changes: 2 additions & 2 deletions examples/phone.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
from pytox import ToxAV

SERVER = [
"biribiri.org",
"tox.initramfs.io",
33445,
"F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67",
"3F0A45A268367C1BEA652F258C85F4A66DA76BCAA667A49E770BCC4917AB6A25",
]

DATA = "phone.data"
Expand Down

0 comments on commit 92e1c5d

Please sign in to comment.