X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=play-sound-status.py;h=2e6b34c7087d634f042ac8316ab4772608940f5e;hb=0e08ee9d35c5cf9e618280144892a1798fb8a8ad;hp=9edc90a350b46af3edcea5206f0a83c9d1d91112;hpb=f6f7a3881559f7410f20698d08f68a8f7b9fd2cc;p=svn42.git diff --git a/play-sound-status.py b/play-sound-status.py index 9edc90a..2e6b34c 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -310,7 +310,7 @@ while True: line = conn.readline() logging.debug("Got Line: " + line) - uwscfg.checkConfigUpdates() + #uwscfg.checkConfigUpdates() if line == "": raise Exception("EOF on Socket, daemon seems to have quit")