Skip to content
Snippets Groups Projects
Commit 0c712538 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix in parameter generating

parent bf91cd1f
No related branches found
No related tags found
2 merge requests!3Spotit multi org,!2Spotit multi org
...@@ -255,7 +255,7 @@ class ForecastConfiguration: ...@@ -255,7 +255,7 @@ class ForecastConfiguration:
settings.VIPSLOGIC_PROTOCOL, settings.VIPSLOGIC_PROTOCOL,
settings.VIPSLOGIC_SERVER_NAME, settings.VIPSLOGIC_SERVER_NAME,
settings.VIPS_ORGANIZATION_ID, settings.VIPS_ORGANIZATION_ID,
settings.INCLUDE_ORGANIZATION_IDS ",".join(str(x) for x in settings.INCLUDE_ORGANIZATION_IDS)
) )
) )
return request_result return request_result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment