Your Name преди 3 години
родител
ревизия
05890206dd
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      hhh/SEO/hhh_clickjob.py

+ 4 - 2
hhh/SEO/hhh_clickjob.py

@@ -123,8 +123,10 @@ def run_once(url):
     if driver is None:
         print('driver is none')
         return
-    process_query(url)
-
+    try:
+        process_query(url)
+    except:
+        print('process_query exception')
 
 db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb4')
 cursor=db.query('select category from cur_category')