We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474685d commit 439c350Copy full SHA for 439c350
1 file changed
Site_Config/generic_file_monitoring/site_local_config.py
@@ -25,7 +25,7 @@ def fetch_all_sites(url, api):
25
conn.close()
26
sitesList=[]
27
for site in jn['result']:
28
- if site[3][0:2] == 'T2':
+ if site[3][0:2] != 'T3':
29
sitesList.append(site[3])
30
#______________________________________________________________________________________
31
# To get all site-local-config information.
0 commit comments