Commit 46bde4fc authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Disable Warnings try 2.

parent fbee57d0
......@@ -6,11 +6,10 @@ import threading
import time
import random
import json
import urllib3
import yaml
import requests
urllib3.disable_warnings()
requests.packages.urllib3.disable_warnings()
req_data = yaml.load('''
select_group: 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment