Skip to content

Commit a7f308a

Browse files
praveshkumar1988kartikpersistent
authored andcommitted
Correct TYPO mistake
1 parent 14176ba commit a7f308a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/score.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ async def post_processing(uri=Form(), userName=Form(), password=Form(), database
297297

298298
if "enable_communities" in tasks:
299299
await asyncio.to_thread(create_communities, uri, userName, password, database)
300-
josn_obj = {'api_name': 'post_processing/create_communities', 'db_url': uri, 'logging_time': formatted_time(datetime.now(timezone.utc))}
300+
json_obj = {'api_name': 'post_processing/create_communities', 'db_url': uri, 'logging_time': formatted_time(datetime.now(timezone.utc))}
301301
logging.info(f'created communities')
302302

303-
logger.log_struct(josn_obj)
303+
logger.log_struct(json_obj)
304304
return create_api_response('Success', message='All tasks completed successfully')
305305

306306
except Exception as e:

0 commit comments

Comments
 (0)