aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/gentoostats-send')
-rwxr-xr-xclient/gentoostats-send2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gentoostats-send b/client/gentoostats-send
index f2b7246..7c39a7a 100755
--- a/client/gentoostats-send
+++ b/client/gentoostats-send
@@ -51,7 +51,7 @@ def main():
post_url = '/' + post_url
post_url = post_url + '/host/' + post_data['AUTH']['UUID']
- post_body = serialize(post_data,human=True)
+ post_body = serialize(post_data, human=True)
post_headers = {'Content-type':'application/json'}
conn = httplib.HTTPSConnection(args['server'] + ':' + str(args['port']))