diff -r cb4df234fd79 -r 726ee64f18a9 utils/pianoroll-client.py --- a/utils/pianoroll-client.py Thu Oct 23 17:51:55 2014 +0200 +++ b/utils/pianoroll-client.py Fri Oct 24 14:03:34 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/test_mercredi22/', list(reader)) + app = UDPSenderApplication(9090, "127.0.0.1", '/pianoroll/mons_vendredi24/', list(reader)) reactor.run()