mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 17:07:46 +08:00
style(common-setting): clean warning (#246)
This commit is contained in:
@@ -47,7 +47,7 @@ class CheckEmailServer(APIView):
|
||||
|
||||
def post(self):
|
||||
receive_address = request.args.get('receive_address')
|
||||
info = request.values.get('info')
|
||||
info = request.values.get('info', {})
|
||||
|
||||
try:
|
||||
|
||||
|
Reference in New Issue
Block a user