Skip to content

Commit fa2282a

Browse files
committed
Only include VOEvent 2.0 servers in default hosts
This way, we eliminate the surprise that we might cause the user by sudden changes in VOEvent schema.
1 parent 1d463d6 commit fa2282a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gcn/voeventclient.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ def _validate_host_port(host, port):
217217
return host, port
218218

219219

220-
def listen(host=("209.208.78.170", "45.58.43.186", "50.116.49.68",
221-
"68.169.57.253"), port=8099,
220+
def listen(host=("45.58.43.186", "68.169.57.253"), port=8099,
222221
ivorn="ivo://python_voeventclient/anonymous", iamalive_timeout=150,
223222
max_reconnect_timeout=1024, handler=None, log=None):
224223
"""Connect to a VOEvent Transport Protocol server on the given `host` and

0 commit comments

Comments
 (0)