Fix tiny syntax error

This commit is contained in:
Kevin Caccamo
2015-12-30 15:25:26 -05:00
parent 4c9494c900
commit d8a3ae82fc

View File

@@ -441,7 +441,7 @@ class WS1ConfEditor(weewx.drivers.AbstractConfEditor):
print "Specify how long to wait for a response, in seconds."
timeout = self._prompt('timeout', 3)
return {'mode': con_mode, 'port': port, 'timeout', timeout}
return {'mode': con_mode, 'port': port, 'timeout': timeout}
# define a main entry point for basic testing of the station without weewx