Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / nodeinfo.py
index 23afab9..f50f846 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/python
 
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 
 import database
 import reboot