diff --git a/websiteFunctions/website.py b/websiteFunctions/website.py index f08b3081f..d2363e177 100755 --- a/websiteFunctions/website.py +++ b/websiteFunctions/website.py @@ -2183,7 +2183,7 @@ class WebsiteManager: time.sleep(2) data_ret = {'status': 1, 'createWebSiteStatus': 1, 'error_message': "None", - 'tempStatusPath': tempStatusPath} + 'tempStatusPath': tempStatusPath, 'LinuxUser': externalApp} json_data = json.dumps(data_ret) return HttpResponse(json_data)