mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 12:00:29 +03:00
Whoops, accidentally changed this.
This commit is contained in:
parent
7d7f977cea
commit
074f24bc52
@ -9,7 +9,7 @@ def main():
|
||||
subscriber = context.socket(zmq.SUB)
|
||||
|
||||
subscriber.setsockopt(zmq.SUBSCRIBE, "")
|
||||
subscriber.connect('tcp://localhost:9500')
|
||||
subscriber.connect('tcp://eddn-relay.elite-markets.net:9500')
|
||||
|
||||
while True:
|
||||
market_json = zlib.decompress(subscriber.recv())
|
||||
|
Loading…
x
Reference in New Issue
Block a user