diff options
Diffstat (limited to 'check_future_slots.py')
-rw-r--r-- | check_future_slots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_future_slots.py b/check_future_slots.py index c955453..9e46834 100644 --- a/check_future_slots.py +++ b/check_future_slots.py @@ -14,7 +14,7 @@ django.setup() from sbhs_server.tables.models import Booking, Account, Board # ser.close() -ser = serial.Serial('/dev/ttyACM0') +ser = serial.Serial('/dev/ttyUSB0') def switch_on(b_id, booking_Date, nowhour,slot_id): if datetime.now().date() == booking_Date: #This must be booking date: |