X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=play-sound-status.py;h=a60e0d6757eda8ceb6da0d775021d1cd96b046af;hp=151ce524aa2aa1107ddc49155858e71a34fd1183;hb=2c075d279f61bf548e22b2715d82d58fc1f16f76;hpb=8c57d7d6432272bc904a0f89536e12567a2f2d81 diff --git a/play-sound-status.py b/play-sound-status.py index 151ce52..a60e0d6 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -87,7 +87,7 @@ class UWSConfig: self.config_parser.add_section('debug') self.config_parser.set('debug','enabled',"False") self.config_parser.add_section('broker') - self.config_parser.set('broker','uri',"tcp://wuzzler.realraum.at:4244") + self.config_parser.set('broker','uri',"tcp://torwaechter.realraum.at:4244") self.config_parser.add_section('tracker') self.config_parser.set('tracker','secs_movement_before_presence_to_launch_event','1') self.config_parser.set('tracker','secs_presence_before_movement_to_launch_event','120')