From e5280ff279f35bc0222381ccb3a8bebe0da92126 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 20 May 2019 17:36:06 +0530 Subject: [PATCH] Fixing typo --- ranchimallflo-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranchimallflo-api.py b/ranchimallflo-api.py index c1fcdba..30669cb 100644 --- a/ranchimallflo-api.py +++ b/ranchimallflo-api.py @@ -83,7 +83,7 @@ def getcontractparticipants(): return jsonify(result='error', details='Smart Contract\'s address hasn\'t been passed') contractName = '{}-{}.db'.format(name.strip(),contractAddress.strip()) - filelocation = os.path.join(dbfolder,'smartContracts', ContractName) + filelocation = os.path.join(dbfolder,'smartContracts', contractName) if os.path.isfile(filelocation): #Make db connection and fetch data