Skip to content

Commit

Permalink
Merge pull request #113 from Storj/config_bug
Browse files Browse the repository at this point in the history
SHOW_CONFIG_TEMPLATE Bug
  • Loading branch information
super3 committed Sep 8, 2015
2 parents 587bbea + 0fdb12e commit e29a1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataserv_client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SHOW_CONFIG_TEMPLATE = """Current configuration.
Authentication address: {0}
Payout address: {0}
Payout address: {1}
"""


Expand Down Expand Up @@ -124,8 +124,8 @@ def config(self, set_wallet=None, set_payout_address=None):

# display config
print(SHOW_CONFIG_TEMPLATE.format(
self.cfg["payout_address"],
self.messenger.auth_address(),
self.cfg["payout_address"]
))
return self.cfg

Expand Down

0 comments on commit e29a1a9

Please sign in to comment.