Skip to content

Commit 8851b62

Browse files
authored
Merge pull request #117 from ivukotic/patch-2
Update __init__.py
2 parents 126c171 + 713cf5e commit 8851b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stashcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def _es_send(payload):
511511
data = payload
512512
data=json.dumps(data)
513513
try:
514-
url = "http://uct2-collectd.mwt2.org:9951"
514+
url = "http://collector.atlas-ml.org:9951"
515515
req = Request(url, data=data.encode("utf-8"), headers={'Content-Type': 'application/json'})
516516
f = urlopen(req)
517517
f.read()

0 commit comments

Comments
 (0)