Forgot to import Thread

This commit is contained in:
niten 2023-01-07 16:42:25 -08:00
parent f7b6fb5c65
commit f9e1411a5b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import os
from os import listdir, remove
from os.path import getatime, splitext
from time import sleep
from threading import Thread
def get_envvar(name):