Skip to content

Commit 32505a8

Browse files
remove unused import
1 parent b7b2a58 commit 32505a8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

utils/info.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from ipaddress import IPv4Address
2-
import os, socket
3-
from utils.funs import *
1+
import socket
2+
from funs import *
43

54
######## VNC
65
IPv4Address=socket.gethostbyname(socket.gethostname())
@@ -22,3 +21,8 @@ def vncrunningdialog(port):
2221
+green("vncserver -kill :"+str(port))\
2322
+" or "+blue("stopvnc")
2423

24+
print(vncokdialog(5900))
25+
print(IPv4Address)
26+
print(socket.gethostbyname(socket.gethostname()))
27+
28+

0 commit comments

Comments
 (0)