summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 22:15:47 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 22:15:47 +0100
commitafb85a5f1ba25c16f3235667da17beed7fae32e5 (patch)
treeec01d62f639768fcaa2c03452762ee89b244d153 /source
parent27b0acaa45f6bf27a5ad1dd44c20041a08957387 (diff)
downloadorchestration-afb85a5f1ba25c16f3235667da17beed7fae32e5.tar.gz
Fix IP to be a string
Diffstat (limited to 'source')
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index 7a25954..0edc6f8 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -34,7 +34,7 @@ def sendchange(category,properties):
global categories
assert category in categories
import subprocess
- IP=127.0.0.1
+ IP="127.0.0.1"
port=9999
user='orchestration'
password='orchestration'