fix invalid indentation on osc

This commit is contained in:
Mathieu Virbel 2012-10-25 15:56:13 +02:00
parent af9f48b898
commit 10a431b61b
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class OSCServer(_OSCServer):
if error == errno.EADDRINUSE:
Logger.error('OSC: Address %s:%i already in use, retry in 2 second' % (self.ipAddr, self.port))
else:
self.haveSocket = False
self.haveSocket = False
# sleep 2 second before retry
time.sleep(2)