Logof

Results 3 comments of Logof
trafficstars

Suggested way to remove docker containers doesn't work. I fixed the problem by editing the line in startFabric.sh `./network.sh up createChannel -ca #-s couchdb`

functions.py ``` def getunzipped(username, repo, thedir): """Downloads and unzips a zip file""" theurl = "https://github.com/" + username + "/" + repo + "/archive/master.zip" name = os.path.join(thedir, 'temp.zip') try: name =...