diff --git a/forecasts/models.py b/forecasts/models.py index e62bb8fd71a84c0189b18fe35dfdf795dddb561b..d9cd618c4b31289e77ac9bdec42ad6b8c3ce38c8 100755 --- a/forecasts/models.py +++ b/forecasts/models.py @@ -255,7 +255,7 @@ class ForecastConfiguration: settings.VIPSLOGIC_PROTOCOL, settings.VIPSLOGIC_SERVER_NAME, settings.VIPS_ORGANIZATION_ID, - settings.INCLUDE_ORGANIZATION_IDS + ",".join(str(x) for x in settings.INCLUDE_ORGANIZATION_IDS) ) ) return request_result