From bbdaeb9c5bf157d9bc4b597f33b99a4b83d062ad Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Tue, 28 Feb 2023 12:38:03 +0500 Subject: [PATCH] bug fix with external app --- websiteFunctions/website.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websiteFunctions/website.py b/websiteFunctions/website.py index 63684f988..fe116ea1e 100755 --- a/websiteFunctions/website.py +++ b/websiteFunctions/website.py @@ -4672,10 +4672,10 @@ StrictHostKeyChecking no website = Websites.objects.get(domain=self.domain) - if website.externalApp != data['externalApp']: - data_ret = {'status': 0, 'error_message': 'External app mis-match.'} - json_data = json.dumps(data_ret) - return HttpResponse(json_data) + # if website.externalApp != data['externalApp']: + # data_ret = {'status': 0, 'error_message': 'External app mis-match.'} + # json_data = json.dumps(data_ret) + # return HttpResponse(json_data) uBuntuPath = '/etc/lsb-release'