From 2e4e8ef0ecc58e789b11f49378a7ff0f87482586 Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Wed, 30 Aug 2017 21:23:55 +0200 Subject: [PATCH] connection drone <-> website --- drone_poller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/drone_poller.py b/drone_poller.py index 0a89bb3..4267dc4 100644 --- a/drone_poller.py +++ b/drone_poller.py @@ -30,6 +30,7 @@ def poll_website(): if booked_station['id'] and booked_station['id'] not in booking_history and \ booked_station['station']: print('received a new booking') + booking_history.append(booked_station['id']) # ETHEREUM # now end the charging if not settings.DEMO: