Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / nodenetwork.py
index bf80e00..ec8d869 100755 (executable)
@@ -2,8 +2,7 @@
 
 import sys
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 import config
 
 if len(sys.argv[1:]) > 0: