From d1dc8228b4834f10f6c8842fa44458ed2ddab4c6 Mon Sep 17 00:00:00 2001 From: elie Date: Fri, 4 Nov 2005 12:20:13 +0000 Subject: varBinds should be varargs --- examples/v3arch/oneliner/agent/ntforg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/v3arch/oneliner/agent/ntforg.py b/examples/v3arch/oneliner/agent/ntforg.py index 676ba39..a82270b 100644 --- a/examples/v3arch/oneliner/agent/ntforg.py +++ b/examples/v3arch/oneliner/agent/ntforg.py @@ -12,7 +12,7 @@ errorIndication = ntforg.NotificationOriginator().sendNotification( # 'trap', 'inform', ('SNMPv2-MIB', 'coldStart'), - (((1,3,6,1,2,1,1,3,0), v2c.TimeTicks(44100)),) + ((1,3,6,1,2,1,1,3,0), v2c.TimeTicks(44100)) ) if errorIndication: -- cgit v1.2.1