summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremoting/tools/register_host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/register_host.py b/remoting/tools/register_host.py
index 6530d0e..0b0b4ea 100755
--- a/remoting/tools/register_host.py
+++ b/remoting/tools/register_host.py
@@ -50,7 +50,7 @@ def main():
params = ('{"data":{' +
'"hostId": "%(hostId)s",' +
'"hostName": "%(hostName)s",' +
- '"publicKey": "%(publicKey)s"}}') %
+ '"publicKey": "%(publicKey)s"}}') % \
{'hostId': host_id, 'hostName': host_name,
'publicKey': public_key}
headers = {"Authorization": "GoogleLogin auth=" + auth_token,