From afb85a5f1ba25c16f3235667da17beed7fae32e5 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 16 Sep 2015 22:15:47 +0100 Subject: Fix IP to be a string --- source/bottlerock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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' -- cgit v1.2.1