From ea64241007fea449b44ea90f336f27c15e37f169 Mon Sep 17 00:00:00 2001 From: khanning Date: Wed, 8 Oct 2014 20:00:50 -0400 Subject: [PATCH] Change default host to empty string --- scratch/scratch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch/scratch.py b/scratch/scratch.py index c7b5686..34d911f 100644 --- a/scratch/scratch.py +++ b/scratch/scratch.py @@ -14,7 +14,7 @@ class Scratch(object): msg_types = set(['broadcast', 'sensor-update']) - def __init__(self, host='localhost', port=42001): + def __init__(self, host='', port=42001): self.host = host self.port = port self.socket = None