Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaacdelly authored Jan 27, 2018
1 parent 14e58e1 commit 047217c
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 @@ -92,6 +92,6 @@ def main():
"balance: " + str(data[3]) + "\n\n")
file.close()

print("\n|-------- Wallet Address --------| = Balance in Satoshi")
if __name__ == '__main__':
print("\n|-------- Wallet Address --------| = Balance in Satoshi")
main()

0 comments on commit 047217c

Please sign in to comment.