Skip to content

Commit

Permalink
fix: sys-exit for PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sepgh committed Feb 25, 2023
1 parent af830b8 commit 605d19b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion clients/windows/client/plink.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from termcolor import cprint

from client import utils
from client.win import setup_windows_proxy, drop_windows_proxy


Expand Down
2 changes: 1 addition & 1 deletion clients/windows/mooshak.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import signal
import sys
import threading
import time
from sys import exit

from termcolor import cprint

Expand Down

0 comments on commit 605d19b

Please sign in to comment.