X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.py;fp=plc.py;h=0506ad50e38c6d7e017404ac0b89ad7f5728201c;hb=6496f5b4a0220e4055fee76c97f92293f9559117;hp=f609abbd12470620dc8978f2ec26a04768ba0f5f;hpb=65ced99bd502d7865074be46d26bed301c805847;p=monitor.git diff --git a/plc.py b/plc.py index f609abb..0506ad5 100644 --- a/plc.py +++ b/plc.py @@ -53,8 +53,8 @@ class PLC: return self.api.__repr__() def getAuthAPI(): - import auth - return PLC(auth.auth, auth.plc) + import monitorconfig + return PLC(monitorconfig.API_AUTH, monitorconfig.API_SERVER) ''' Returns list of nodes in dbg as reported by PLC