fixed typo

This commit is contained in:
uttamthummala 2023-11-09 18:26:06 +05:30 committed by GitHub
parent cdf1e7bf19
commit 8fe297c490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ logger = logging.getLogger('db')
RECAPTCHA_VALUE, JOB_LOCATION
])
def addPlacement(request):
logger.info("INF filled by " + str(request.data['email']))
logger.info("JNF filled by " + str(request.data['email']))
logger.info(json.dumps(request.data))
try:
data = request.data