Skip to content
Snippets Groups Projects
Commit afb81b3b authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Removing trailing whitespaces

parent 151de31c
No related branches found
No related tags found
No related merge requests found
......@@ -94,5 +94,4 @@ rc_rmq.start_consume(
)
logger.info("Disconnected")
rc_rmq.disconnect()
rc_rmq.disconnect()
\ No newline at end of file
......@@ -43,7 +43,7 @@ def new_jobs(ch, method, properties, body):
rc_rmq.publish_msg(
{"routing_key": f'acctmgr.done.{queuename}',
{"routing_key": f'acctmgr.done.{queuename}',
"msg": msg}
)
......
......@@ -42,7 +42,6 @@ def ssh_access(ch, method, properties, body):
}
)
logger.debug(f'User {username} confirmation sent for {action}ing {task}')
else:
corr_id = str(uuid.uuid4())
logger.debug(f'corr_id generated: {corr_id}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment