Fix test output

This commit is contained in:
David Cramer 2015-06-10 09:24:08 -07:00
parent bbbe9d0063
commit 61969ac21d
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ def get_uid():
def send_test_message(client, options):
sys.stdout.write("Client configuration:\n")
for k in ('servers', 'project', 'public_key', 'secret_key'):
sys.stdout.write(' %-15s: %s\n' % (k, getattr(client, k)))
for k in ('base_url', 'project', 'public_key', 'secret_key'):
sys.stdout.write(' %-15s: %s\n' % (k, getattr(client.remote, k)))
sys.stdout.write('\n')
remote_config = client.remote