baoyubo 2 settimane fa
parent
commit
eb3b714db5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      jobs/hkvideo_job.py

+ 2 - 2
jobs/hkvideo_job.py

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