From b3efcc73c8536a605cf2d89e68c95ee3d2da6acf Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 9 Jan 2020 16:18:16 +0000 Subject: [PATCH] add comment to device_check_token. --- app/services/post_services.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/services/post_services.py b/app/services/post_services.py index 0d3a1ea..851d701 100644 --- a/app/services/post_services.py +++ b/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/. ''' +# 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" def add_latest_reading(meter, info):