Skip to content

Commit

Permalink
fixed collision between account module and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpettyp committed Oct 18, 2016
1 parent 87f26d1 commit cc5a559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/account/details.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def main():
#
# Extract the Account representation from the response.
#
account = response.get("account", "200")
my_account = response.get("account", "200")

#
# Print the Account state to stdout
#
account.view.print_account(account)
account.view.print_account(my_account)


if __name__ == "__main__":
Expand Down

0 comments on commit cc5a559

Please sign in to comment.