This commit is contained in:
Nico Schottelius 2020-03-12 14:57:26 +01:00
commit 05be5f18d1
3 changed files with 5 additions and 1 deletions

View file

@ -68,6 +68,7 @@ myobj = {'somekey': 'somevalue'}
def ttn2prom_send(path, data):
url = 'http://localhost:8047/'
print("Sending {} to {}".format(data, url))
x = requests.post(url, data = data)
channels = [ "loriot", "swisscom", "ttn" ]