changeset 433:d7ede2330b6d

update debug host Ignore-this: 80ebe8e0eaca963ea2c6ff532d67ce16
author drewp@bigasterisk.com
date Sun, 07 Apr 2019 04:02:42 -0700
parents f134b64a0ab7
children 2409446ccfa2
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']},