baoyubo 2 周之前
父节点
当前提交
eb3b714db5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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'],