Skip to content

Commit d64ae35

Browse files
authored
Update views.py
1 parent ddabbfc commit d64ae35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/guac/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def index(request, task_id, session_data):
5050
"guac/error.html",
5151
{"error_msg": f"{e}", "error": "remote session", "task_id": task_id},
5252
)
53-
53+
5454
if state:
5555
if state[0] == 1:
5656
vmXml = dom.XMLDesc(0)
@@ -76,7 +76,7 @@ def index(request, task_id, session_data):
7676
conn.close()
7777
except Exception:
7878
pass
79-
79+
8080
# Fallback return if something went wrong before rendering
8181
return render(
8282
request,

0 commit comments

Comments
 (0)