Your Name 3 년 전
부모
커밋
63dd396cbd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      designer/designer_gen.py

+ 2 - 2
designer/designer_gen.py

@@ -84,8 +84,8 @@ dir_prefix='/var/www/jared-six/'
 cursor=db.query('SELECT hdesigner_id FROM xoops._hdesigner where onoff=1; ')
 for c in cursor:
     did=c['hdesigner_id']
-    if did != 23:
-        continue
+#    if did != 23:
+#        continue
     print(did)
     curdir=dir_prefix+str(did)
     if not os.path.exists(curdir):