Update web.py

This commit is contained in:
Daxeel Soni 2018-01-26 10:57:23 +05:30 committed by GitHub
parent 8f60bbdc60
commit 148ac69199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

2
web.py
View File

@ -39,8 +39,6 @@ def block(hash):
for eachBlock in data:
if eachBlock['hash'] == hash:
return render_template('blockdata.html', data=eachBlock)
else:
return "No block found!"
# Run flask app
if __name__ == '__main__':