diff options
Diffstat (limited to 'py/demo/Ice/hello/Client.py')
-rw-r--r-- | py/demo/Ice/hello/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Client.py b/py/demo/Ice/hello/Client.py index dcd9412b071..89c6cc35ecb 100644 --- a/py/demo/Ice/hello/Client.py +++ b/py/demo/Ice/hello/Client.py @@ -76,7 +76,7 @@ class Client(Ice.Application): else: batchDatagram.sayHello() elif c == 'f': - communicator.flushBatchRequests() + self.communicator().flushBatchRequests() elif c == 'T': if timeout == -1: timeout = 2000 |