1
0
Fork 0
Browse Source

add comment to device_check_token.

stable
Craig Oates 4 years ago
parent
commit
b3efcc73c8
  1. 2
      app/services/post_services.py

2
app/services/post_services.py

@ -16,6 +16,8 @@ you will need to head to the /get_services.py/ file. It should be in
the same directory as this: /services/. the same directory as this: /services/.
''' '''
# This will need to change if this repo. was cloned and used for
# something outside the realm of the "Return to Ritherdon" project.
device_check_token = "QWERTYuiopasdfghjklzxcvbnm_1234567890" device_check_token = "QWERTYuiopasdfghjklzxcvbnm_1234567890"
def add_latest_reading(meter, info): def add_latest_reading(meter, info):