We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7158add commit edbd595Copy full SHA for edbd595
utils/info.py
@@ -1,5 +1,5 @@
1
import os
2
-from funs import *
+from utils.funs import *
3
4
######## VNC
5
if os.popen("hostname -I | cut -d \" \" -f 2 | tr -d '\\n'").read() is '':
@@ -25,5 +25,3 @@ def vncrunningdialog(port):
25
+"\n"+"To stop it, run:\n"\
26
+green("vncserver -kill :"+str(port))\
27
+" or "+blue("stopvnc")
28
-
29
-print(vncokdialog(5900))
0 commit comments