Forgot to import time.. fml
This commit is contained in:
parent
4e5f811d75
commit
565218eed2
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
import traceback
|
||||
import os, re, struct, sys, json, pty, shlex
|
||||
import urllib.request, urllib.parse, ssl
|
||||
import urllib.request, urllib.parse, ssl, time
|
||||
from glob import glob
|
||||
from select import epoll, EPOLLIN, EPOLLHUP
|
||||
from socket import socket, inet_ntoa, AF_INET, AF_INET6, AF_PACKET
|
||||
|
|
|
|||
Loading…
Reference in New Issue