Username, Passwoord optioneel zodat de login ook als send string gegeven kan worden

This commit is contained in:
Marcel Nijenhof
2019-02-13 13:35:51 +01:00
parent fdfaa7df72
commit bee73a5e49

8
siprun Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
from lmwsip import LmwSip
lmwsip = LmwSip("NAGIOS", "NAGIOS")
print(lmwsip.ti())
print(lmwsip.value("WN", "HOEK", "H10"))
lmwsip.logout()