Your Name 3 years ago
parent
commit
0995602798
1 changed files with 2 additions and 0 deletions
  1. 2 0
      designer/designer_gen.py

+ 2 - 0
designer/designer_gen.py

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