修正依赖
pull/103/head
paulzzh 2021-07-13 18:42:06 +08:00 committed by GitHub
parent 6c57044935
commit ab65e0fc26
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