style(common-setting): clean warning (#246)

This commit is contained in:
simontigers
2023-10-30 17:35:34 +08:00
committed by GitHub
parent c0726b228d
commit 9d5bdf1b0d
9 changed files with 306 additions and 68 deletions

View File

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