fix more bare excepts
This commit is contained in:
@@ -5,7 +5,7 @@ from electrum import Network
|
||||
|
||||
try:
|
||||
addr = sys.argv[1]
|
||||
except:
|
||||
except Exception:
|
||||
print "usage: get_history <bitcoin_address>"
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user