Skip to content

Commit 439c350

Browse files
author
Gökhan Kandemir
committed
siteDB v2__
1 parent 474685d commit 439c350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Site_Config/generic_file_monitoring/site_local_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def fetch_all_sites(url, api):
2525
conn.close()
2626
sitesList=[]
2727
for site in jn['result']:
28-
if site[3][0:2] == 'T2':
28+
if site[3][0:2] != 'T3':
2929
sitesList.append(site[3])
3030
#______________________________________________________________________________________
3131
# To get all site-local-config information.

0 commit comments

Comments
 (0)