فهرست منبع

fix db upload error

Jason 2 سال پیش
والد
کامیت
df1b24e946
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      website_clickjobs/type-V/_execute.py

+ 4 - 1
website_clickjobs/type-V/_execute.py

@@ -91,8 +91,11 @@ def process_one(term, target, n, sr, se):
             print("Clicked")
             time_stamp = datetime.fromtimestamp(time.time())
             time_stamp = time_stamp.strftime("%Y-%m-%d %H:%M:%S")
-            if se==0:
+            if se==1:
+                table=db['nda_log']
+            else:
                 table=db['general_log']
+            
             table.insert({'ranking':resultrank,'kw':term,'results':count,'url':resultlink,'title':resultttl,'dt':time_stamp})
             time.sleep(30)