Skip to content

Commit

Permalink
fix: update the shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlin123 committed May 3, 2024
1 parent 181f58e commit 9d2b55b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/python/sshnpd/sshnpd.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/env python3
#!/usr/bin/env python3
import sys
import os, threading, getpass, json, logging, subprocess, argparse, errno
from io import StringIO
from queue import Empty, Queue
from time import sleep
from threading import Event
from paramiko import SSHClient, SSHException, WarningPolicy
from paramiko.ed25519key import Ed25519Key

from select import select
from socket import socket, gethostbyname, gethostname, create_connection, error
Expand Down

0 comments on commit 9d2b55b

Please sign in to comment.