Commit fbee57d0 authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Suppressed warnings.

parent 8c7a989a
......@@ -6,9 +6,11 @@ import threading
import time
import random
import json
import urllib3
import yaml
import requests
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