Skip to content

Commit

Permalink
Now the server has the code we can add it to the uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Apr 1, 2024
1 parent 62440ca commit c227f9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/make_measurement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ function make_measurement() {
\"workflow_name\":\"$workflow_name\",
\"cb_company_uuid\":\"$cb_company_uuid\",
\"cb_project_uuid\":\"$cb_project_uuid\",
\"cb_machine_uuid\":\"$cb_machine_uuid\"
# \"lat\":\"$LAT\"
# \"lon\":\"$LON\"
# \"city\":\"$CITY\"
# \"co2i\":\"$CO2I\"
# \"co2eq\":\"$CO2EQ\"
\"cb_machine_uuid\":\"$cb_machine_uuid\",
\"lat\":\"$LAT\",
\"lon\":\"$LON\",
\"city\":\"$CITY\",
\"co2i\":\"$CO2I\",
\"co2eq\":\"$CO2EQ\"
}"
fi

Expand Down

0 comments on commit c227f9f

Please sign in to comment.