Skip to content

Commit

Permalink
Merge branch 'firehose-ris' of github.com:FORTH-ICS-INSPIRE/artemis i…
Browse files Browse the repository at this point in the history
…nto firehose-ris
  • Loading branch information
slowr committed Mar 13, 2019
2 parents 1815b06 + e5b180d commit 99924f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/taps/ripe_ris.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def parse_ripe_ris(connection, prefixes, hosts):
ris_suffix = os.getenv("RIS_ID", "my_as")

events = requests.get(
"https://ris-live.ripe.net/v1/stream/?format=json&client={}".format(ris_suffix),
"https://ris-live.ripe.net/v1/stream/?format=json&client=artemis-{}".format(ris_suffix),
stream=True,
)
validator = mformat_validator()
Expand Down

0 comments on commit 99924f9

Please sign in to comment.