We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef380e commit bbe182fCopy full SHA for bbe182f
1 file changed
SR_View_SSB/WRCriteria/badsites_SiteReadiness.py
@@ -8,9 +8,9 @@
8
import string
9
10
#T1+T2
11
-url = "http://dashb-ssb.cern.ch/dashboard/request.py/getsitereadinessrankdata?columnid=45&time=%s"
+#url = "http://dashb-ssb.cern.ch/dashboard/request.py/getsitereadinessrankdata?columnid=45&time=%s"
12
#only T2
13
-#url = "http://dashb-ssb.cern.ch/dashboard/request.py/getsitereadinessrankdata?columnid=45&time=%s&sites=T2"
+url = "http://dashb-ssb.cern.ch/dashboard/request.py/getsitereadinessrankdata?columnid=45&time=%s&sites=T2"
14
percentageThreshold = 0.6
15
16
0 commit comments