Browse Source

remove config.json from releases

naibo 2 years ago
parent
commit
08dc87d8f0

+ 1 - 0
.temp_to_pub/.gitignore

@@ -4,3 +4,4 @@ EasySpider.app/
 EasySpider_windows_x64/user_data
 *.tmp
 *.7z*
+config.json

+ 0 - 1
.temp_to_pub/EasySpider_Linux_x64/config.json

@@ -1 +0,0 @@
-{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"/home/naibo/Documents/EasySpider/Releases/EasySpider_linux_amd64_Ubuntu/user_data"}

+ 4 - 3
.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py

@@ -152,7 +152,10 @@ class BrowserThread(Thread):
             if para["name"] not in self.outputParameters.keys():
                 self.outputParameters[para["name"]] = ""
                 self.dataNotFoundKeys[para["name"]] = False
-                self.outputParametersTypes.append(para["type"])
+                try:
+                    self.outputParametersTypes.append(para["type"])
+                except:
+                    self.outputParametersTypes.append("text")
                 try:
                     self.outputParametersRecord.append(bool(para["recordASField"]))
                 except:
@@ -900,8 +903,6 @@ class BrowserThread(Thread):
     # 点击元素事件
 
     def clickElement(self, para, loopElement=None, clickPath="", index=0):
-        time.sleep(0.1)  # 点击之前等待0.1秒
-        self.Log("Wait 0.1 second before clicking element")
         try:
             maxWaitTime = int(para["maxWaitTime"])
         except:

+ 0 - 1
.temp_to_pub/EasySpider_windows_x64/config.json

@@ -1 +0,0 @@
-{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"D:\\Documents\\Projects\\EasySpider\\.temp_to_pub\\EasySpider_windows_x64\\user_data"}

File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json


File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json


File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json


File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json


File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json


File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/5.json


+ 0 - 1
.temp_to_pub/EasySpider_windows_x86/config.json

@@ -1 +0,0 @@
-{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"C:\\Users\\Naibo\\Desktop\\EasySpider\\Releases\\EasySpider_windows_386\\user_data"}

Some files were not shown because too many files changed in this diff