Skip to content

Commit

Permalink
VR: small changes with passwd_server_ip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Mar 4, 2024
1 parent 8d354b3 commit 5c62bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemvm/debian/opt/cloud/bin/passwd_server_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import threading
import urllib.parse

from http.server import BaseHTTPRequestHandler, HTTPServer
from socketserver import ThreadingMixIn #, ForkingMixIn
from http.server import BaseHTTPRequestHandler, HTTPServer
from socketserver import ThreadingMixIn


passMap = {}
Expand Down

0 comments on commit 5c62bf9

Please sign in to comment.