Resolved! New to Python:Having issues with pandevice
Getting below error when connecting to firewall:
>>> import pandevice
>>> fw = Firewall("137.117.105.197", “firewall”, “firewall@123”)
File "<stdin>", line 1
fw = Firewall("137.117.105.197", “firewall”, “firewall@123”)
...