# HG changeset patch # User drewp # Date 1576891076 28800 # Node ID 32f12665a620c0f457cd8310a032874df097a1e8 # Parent 667794accec29b7bd4123e80844dfd2870280091 about to rip out pygame for now Ignore-this: 7bb049167eb59113cca51d3c3fc45248 darcs-hash:415db6d48c3f91e7d6393d5c9d463a68b735db07 diff -r 667794accec2 -r 32f12665a620 service/playSound/playSound.py --- a/service/playSound/playSound.py Thu Dec 19 17:33:24 2019 -0800 +++ b/service/playSound/playSound.py Fri Dec 20 17:17:56 2019 -0800 @@ -99,4 +99,3 @@ (r'/stopAll', StopAll), ], template_path='.', sfx=sfx)) reactor.run() -server.app.run(endpoint_description=r"tcp6:port=9049:interface=\:\:")