Skip to content
Snippets Groups Projects
Commit 7719e3f1 authored by Wilbur, Spencer Franklin's avatar Wilbur, Spencer Franklin
Browse files

Changed the port from 22061 to 7974, the default write port for the Miniseed factory

parent 7cd5a739
No related branches found
No related tags found
1 merge request!225changed the port from 2061 to 22061 for data.py, MiniseedFactory.py and MiniseedInputCllient.py
...@@ -25,7 +25,7 @@ class MiniSeedInputClient(object): ...@@ -25,7 +25,7 @@ class MiniSeedInputClient(object):
Floating point precision for output data Floating point precision for output data
""" """
def __init__(self, host, port=22061, encoding="float32"): def __init__(self, host, port=7974, encoding="float32"):
self.host = host self.host = host
self.port = port self.port = port
self.encoding = encoding self.encoding = encoding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment