mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
spelling: cannot
This commit is contained in:
parent
74d49add6d
commit
d9d3add093
@ -787,7 +787,7 @@ def record_apply(domain_name):
|
|||||||
else:
|
else:
|
||||||
return make_response(jsonify( result ), 400)
|
return make_response(jsonify( result ), 400)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error('Canot apply record changes. Error: {0}'.format(e))
|
logging.error('Cannot apply record changes. Error: {0}'.format(e))
|
||||||
logging.debug(traceback.format_exc())
|
logging.debug(traceback.format_exc())
|
||||||
return make_response(jsonify( {'status': 'error', 'msg': 'Error when applying new changes'} ), 500)
|
return make_response(jsonify( {'status': 'error', 'msg': 'Error when applying new changes'} ), 500)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user