# HG changeset patch # User drewp # Date 1554634962 25200 # Node ID 7364c259de8a4f6ec52c58ce55d91b16125313ca # Parent d8aa414f21d98b44179ac244b0a2efc92f599d8b update debug host Ignore-this: 80ebe8e0eaca963ea2c6ff532d67ce16 darcs-hash:54c58549b72290b536aa899318dfc45f2e239004 diff -r d8aa414f21d9 -r 7364c259de8a service/rfid_pn532_py/rfid.py --- a/service/rfid_pn532_py/rfid.py Sun Apr 07 03:58:51 2019 -0700 +++ b/service/rfid_pn532_py/rfid.py Sun Apr 07 04:02:42 2019 -0700 @@ -162,7 +162,7 @@ def _sendOneshot(self, oneshot): body = (' '.join('%s %s %s .' % (s.n3(), p.n3(), o.n3()) for s,p,o in oneshot)).encode('utf8') - url = b'http://bang6:19071/oneShot' + url = b'http://bang:9071/oneShot' d = fetch(method=b'POST', url=url, headers={b'Content-Type': [b'text/n3']},