Created
April 26, 2017 23:47
-
-
Save ktbyers/e59bbd2f51502e8a1d85d6857d2153ad to your computer and use it in GitHub Desktop.
Python line wrapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from snmp_helper import snmp_extract, snmp_get_oid_v3 | |
last_changed = snmp_extract(snmp_get_oid_v3(snmp_device, | |
snmp_user, oid=oid, | |
auth_proto=auth_protocol, | |
encrypt_proto=encrypt_protocol, | |
display_errors=False)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment