utils/pianoroll-client.py
changeset 58 726ee64f18a9
parent 54 31cea001a298
child 68 9f6b2da245a3
--- 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()