summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hlapi/twisted/manager/cmdgen/multiple-concurrent-queries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/twisted/manager/cmdgen/multiple-concurrent-queries.py b/examples/hlapi/twisted/manager/cmdgen/multiple-concurrent-queries.py
index 92317cac..07fb08ea 100644
--- a/examples/hlapi/twisted/manager/cmdgen/multiple-concurrent-queries.py
+++ b/examples/hlapi/twisted/manager/cmdgen/multiple-concurrent-queries.py
@@ -23,7 +23,7 @@ from pysnmp.hlapi.twisted import *
def success(args, hostname):
- (errorStatus, errorIndex, varBindTable) = args
+ (errorStatus, errorIndex, varBinds) = args
if errorStatus:
print('%s: %s at %s' % (hostname,