diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-10-01 21:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 21:47:42 +0100 |
commit | a9044475c06204deb886d2a69467d0d3a9f5c9be (patch) | |
tree | 5927cec22a14a936985ae7a1a73cb17802e85ccc /webui.py | |
parent | 4f8490cd5630823ac44de8b5c5e4325bdbbea7fa (diff) |
add time import
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ import os
import threading
+import time
from modules import devices
from modules.paths import script_path
|