Skip to content

Commit

Permalink
server ws_ssh.py: hot fix monkey_patch call
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Nov 27, 2024
1 parent ab5e0bc commit 5809c7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboard/server/ws_ssh.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# pylint: disable=wrong-import-position, wrong-import-order
import eventlet
eventlet.monkey_patch()

import paramiko
from flask_socketio import SocketIO, disconnect
from flask import Flask, request
import socket
import sys
import threading
import eventlet
eventlet.monkey_patch()


def eprint(*args, **kwargs):
Expand Down

0 comments on commit 5809c7a

Please sign in to comment.