fix bug that prevented penalty escallation from occurring.
[monitor.git] / plc.py
diff --git a/plc.py b/plc.py
index f6f8cc3..a41aecb 100644 (file)
--- a/plc.py
+++ b/plc.py
@@ -98,7 +98,7 @@ def getSliceUserEmails(loginbase):
        """
                For the given site, return all user email addresses that have the 'tech' role.
        """
-       #api = getAuthAPI()
+       api = getAuthAPI()
        # get site details.
        s = api.GetSites(loginbase)[0]
        # get people at site