Mercurial > code > home > repos > homeauto
changeset 1236:7364c259de8a
update debug host
Ignore-this: 80ebe8e0eaca963ea2c6ff532d67ce16
darcs-hash:54c58549b72290b536aa899318dfc45f2e239004
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 07 Apr 2019 04:02:42 -0700 |
parents | d8aa414f21d9 |
children | c8ac652d37b7 |
files | service/rfid_pn532_py/rfid.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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']},