Forgot to import time.. fml

This commit is contained in:
Anton Hvornum 2019-06-20 18:40:53 +00:00
parent 4e5f811d75
commit 565218eed2
1 changed files with 1 additions and 1 deletions

View File

@ -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