diff --git a/proxstar/vnc.py b/proxstar/vnc.py index 9c86c6d..bd4305a 100644 --- a/proxstar/vnc.py +++ b/proxstar/vnc.py @@ -1,9 +1,9 @@ import os import subprocess import time -from deprecated import deprecated - import urllib.parse + +from deprecated import deprecated import requests from flask import current_app as app from sshtunnel import SSHTunnelForwarder