Skip to content

Commit 1d4a575

Browse files
fix module path
1 parent bed500b commit 1d4a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/vnc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from funs import nmsg
2+
from utils.funs import nmsg
33

44
DISPLAY=os.getenv('DISPLAY')
55
VNC_LOCK_TYPE="/tmp/.X11-unix/X"

0 commit comments

Comments
 (0)