Skip to content

Commit

Permalink
Fixed typo, updated responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaacdelly authored Dec 7, 2017
1 parent 0f4888c commit d4396a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def balance(address):
print("\nHTTP Error Code: " + str(API.status_code)
+ "\nTrying again in 5 seconds\n")
time.sleep(5)
return -1
return -1
balance = int(API.text)
pause.p = 0
return balance
Expand Down

0 comments on commit d4396a2

Please sign in to comment.