mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
fix vhuser in function
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7091,8 +7091,8 @@ StrictHostKeyChecking no
|
|||||||
})
|
})
|
||||||
|
|
||||||
data_ret = {'status': 1, 'fetchStatus': 1, 'error_message': "None", "sites": sites}
|
data_ret = {'status': 1, 'fetchStatus': 1, 'error_message': "None", "sites": sites}
|
||||||
json_data = json.dumps(data_ret)
|
json_data = json.dumps(data_ret)
|
||||||
return HttpResponse(json_data)
|
return HttpResponse(json_data)
|
||||||
|
|
||||||
except BaseException as msg:
|
except BaseException as msg:
|
||||||
data_ret = {'status': 0, 'fetchStatus': 0, 'error_message': str(msg)}
|
data_ret = {'status': 0, 'fetchStatus': 0, 'error_message': str(msg)}
|
||||||
|
|||||||
Reference in New Issue
Block a user