|
@@ -179,8 +179,8 @@ def refresh_hkvideo_region_list(db: Session):
|
|
available ='1'
|
|
available ='1'
|
|
else:
|
|
else:
|
|
available = '0'
|
|
available = '0'
|
|
- if '84021e2f6eba4e6b8ccc7d750fb833fa' in cregion_info['regionPath']:
|
|
|
|
- continue
|
|
|
|
|
|
+ # if '84021e2f6eba4e6b8ccc7d750fb833fa' in cregion_info['regionPath']:
|
|
|
|
+ # continue
|
|
info = TPVideoRegion(
|
|
info = TPVideoRegion(
|
|
indexCode = cregion_info['indexCode'],
|
|
indexCode = cregion_info['indexCode'],
|
|
regionPath = cregion_info['regionPath'],
|
|
regionPath = cregion_info['regionPath'],
|