diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-16 21:07:07 -0600 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-16 21:07:07 -0600 |
| commit | 0aaa626399695bcc630f35a27d8f5a3786a03d51 (patch) | |
| tree | f3e7febbf94474affecd686c2a602177d7710da0 /app/constants | |
| parent | dbb67f6c5672318047a74743f25306e54a8cc587 (diff) | |
| download | city-utilities-restful-wrapper-0aaa626399695bcc630f35a27d8f5a3786a03d51.tar.xz city-utilities-restful-wrapper-0aaa626399695bcc630f35a27d8f5a3786a03d51.zip | |
Add strDate key back to request endpoints
Diffstat (limited to 'app/constants')
| -rw-r--r-- | app/constants/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/constants/constants.py b/app/constants/constants.py index f9acf56..f532a9d 100644 --- a/app/constants/constants.py +++ b/app/constants/constants.py @@ -91,6 +91,7 @@ electricUsageRequestJson = { # Set Mode 'UsageOrGeneration': '1', 'Type': 'K', + 'strDate': '', 'hourlyType': 'H', 'SeasonId': '', 'weatherOverlay': 0, @@ -103,6 +104,7 @@ electricUsageRequestJson = { waterUsageRequestJson = { # Set Mode "Type":"W", + "strDate": "", "hourlyType":"H", "seasonId":"", "weatherOverlay":0, |
