minor: port change

This commit is contained in:
Stephen McQuay 2011-03-30 20:27:42 -06:00
parent 71454ee362
commit 25c023ce37
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ QueueManager.register('get_inqueue', callable=lambda:inqueue)
QueueManager.register('get_outqueue', callable=lambda:outqueue)
m = QueueManager(address=('', 50000), authkey='asdf')
m = QueueManager(address=('', 6666), authkey='asdf')
s = m.get_server()
s.serve_forever()