Skip to content

Commit 260a94f

Browse files
Added double quotes around config json strings
1 parent 64496b9 commit 260a94f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

run_inverter_daily_stats.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
#-------------------------------------------
1515
configs = \
1616
[{
17-
"name": <some name>
18-
"user_id": <user_id>,
19-
"site_id": <site_id>,
20-
"api_url": <api_url>,
21-
"api_key": <api_key>
22-
"spreadsheet_id": <google sheet_id>
17+
"name": "<some name>",
18+
"user_id": "<user_id>",
19+
"site_id": "<site_id>",
20+
"api_url": "<api_url>",
21+
"api_key": "<api_key>",
22+
"spreadsheet_id": "<google sheet_id>"
2323
}]
2424

2525
for config in configs:

0 commit comments

Comments
 (0)