Skip to content

Commit

Permalink
Se prépare à un SIGINT dès le lancement du serveur d'écoute
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Nov 2, 2013
1 parent 1f76763 commit 34457aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blender/TestServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def dummyPath(t):
if __name__ == '__main__':
addr = '/tmp/togetic-blender'
listener = ListenerServer(addr, PositionServer(dummyPath))
listener.start()
try:
listener.start()
while True:
pass
except KeyboardInterrupt:
Expand Down

0 comments on commit 34457aa

Please sign in to comment.