connection drone <-> website

This commit is contained in:
Daniel Pollithy 2017-08-30 21:23:55 +02:00
parent b5dbab8397
commit 2e4e8ef0ec

View File

@ -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: