changeset 68 | 9f6b2da245a3 |
parent 58 | 726ee64f18a9 |
child 73 | 2a6590aeac15 |
--- 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()