We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
try: if options.func == do_register_client: conn = admin_conn else: conn = admin_conn result = options.func(options, conn)
What's the purpose of this? the conn = admin_conn executes regardless (both if and else execute it).