aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-29 17:39:29 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-29 17:39:29 +0200
commitcfc5e52da26aa20eaebdae61f28e0030972a0c94 (patch)
tree5717d30acad604a77ca3543fa6289ac0e06a74b8
parente65e64391fd885b36db9231727add5c6cfd9e6e3 (diff)
downloadRWA.Support.SessionService-cfc5e52da26aa20eaebdae61f28e0030972a0c94.tar.gz
RWA.Support.SessionService-cfc5e52da26aa20eaebdae61f28e0030972a0c94.tar.bz2
RWA.Support.SessionService-cfc5e52da26aa20eaebdae61f28e0030972a0c94.zip
Reformat
-rw-r--r--session.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.py b/session.py
index 37dba55..c30fb19 100644
--- a/session.py
+++ b/session.py
@@ -8,12 +8,12 @@ import subprocess
import threading
from typing import Dict, Union
+import port_for
import psutil
import requests
+from flask import Flask, abort, request
from werkzeug.serving import make_server
-import port_for
-from flask import Flask, abort, request
from vnc import run_vnc, save_password
API_SERVER = "http://127.0.0.1:8000"