From f9e1411a5b5aae2cb26fd8590d28e7d7bb28e120 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 16:42:25 -0800 Subject: [PATCH] Forgot to import Thread --- src/objectifier.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objectifier.py b/src/objectifier.py index 070c724..b6b9fc6 100644 --- a/src/objectifier.py +++ b/src/objectifier.py @@ -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):