Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[terra-backend/python server] cambiare i nomi delle chiavi payload #19

Open
giulio-massacci opened this issue Feb 1, 2024 · 0 comments
Assignees

Comments

@giulio-massacci
Copy link
Contributor

da
base_payload = {
"tg_perc": "80",
"listaMezzi": [0, 1, 2, 3, 4, 5, 7, 8, 9], # means of transport
"product": "TOT",
"flow": 1, #import = 1, #export = 2
"weight_flag": True,
"pos": "None",
"selezioneMezziEdges": "None"
}

a

base_payload = {
"percentage": "80",
"transports": [0, 1, 2, 3, 4, 5, 7, 8, 9], # means of transport
"product": "TOT",
"flow": 1, #import = 1, #export = 2
"weight": True,
"position": "None",
"edges": "None"
}

@liminalfever liminalfever self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants