usman@cyberpersons.com
2023-02-20 11:27:06 +05:00
parent a377be4ec2
commit ee3e179741

View File

@@ -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)