From 1d4a57504a7381f54e2fed66ec026b8ec89c68f5 Mon Sep 17 00:00:00 2001 From: saicharankandukuri Date: Mon, 11 Apr 2022 15:18:59 +0530 Subject: [PATCH] fix module path --- utils/vnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/vnc.py b/utils/vnc.py index 0bc0ab9..ef6187a 100644 --- a/utils/vnc.py +++ b/utils/vnc.py @@ -1,5 +1,5 @@ import os -from funs import nmsg +from utils.funs import nmsg DISPLAY=os.getenv('DISPLAY') VNC_LOCK_TYPE="/tmp/.X11-unix/X"