We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916519 commit d649ecbCopy full SHA for d649ecb
probe.py
@@ -138,15 +138,8 @@ def main():
138
json_payload_data.append(out)
139
except Exception as e:
140
logging.error(e)
141
- print e
142
pass
143
- #print len(json_response_chunks)
144
- #print len(json_payload_data)
145
- #p.join()
146
- #p.terminate()
147
- #del p
148
- #del out_queue
149
- #procs = []
+
150
url_data = mini_probe.create_url(config, 'data')
151
try:
152
request_data = requests.post(url_data, data=json.dumps(json_payload_data), verify=False)
@@ -173,9 +166,6 @@ def main():
173
166
p.join()
174
167
p.terminate()
175
168
del p
176
177
178
179
169
del json_response
180
170
del json_payload_data
181
171
gc.collect()
0 commit comments