diff -r 7db9c7ec691a -r 9f6b2da245a3 utils/pianoroll-client.py --- a/utils/pianoroll-client.py Sat Oct 25 06:44:33 2014 +0200 +++ b/utils/pianoroll-client.py Sat Oct 25 11:54:11 2014 +0200 @@ -48,6 +48,6 @@ with open(sys.argv[1], 'rU') as datafile: reader = csv.reader(datafile, delimiter=' ') - app = UDPSenderApplication(9090, "127.0.0.1", '/pianoroll/mons_vendredi24/', list(reader)) + app = UDPSenderApplication(9090, "127.0.0.1", '/pianoroll/mons_samedi25/', list(reader)) reactor.run()