summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/v3arch/oneliner/agent/ntforg.py2
1 files changed, 1 insertions, 1 deletions
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: