Merge pull request #103 from paulzzh/patch-1

fix #102
pull/110/head
cppla 2021-07-13 21:15:05 +08:00 committed by GitHub
commit a77f94c8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -26,10 +26,10 @@ import socket
import time import time
import timeit import timeit
import os import os
import json
import psutil
import sys import sys
import threading import json
import errno
import psutil
import threading import threading
try: try:
from queue import Queue # python3 from queue import Queue # python3