Commit eb2b2ac2 authored by rahul's avatar rahul

Update infocenter.py

parent 6f65abf6
......@@ -52,7 +52,7 @@ class MongoLogger:
"logged_activity": data["activity"],
"frame_id": data["frame_id"]}
if os.environ.get('app') is not None:
input_data['app'] = os.environ.get('app')
input_data['app'] = 'aarti_ppe'
logger.info("Pushing to Mongo..")
self.attendance_event_collection.insert_one(input_data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment