Upgraded autoinstallation of modules

This commit is contained in:
Mikołaj Lubiak 2022-06-22 17:34:37 +02:00
parent 89e4d039bb
commit 6bd7816ad6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from socket import socket, AF_INET, SOCK_STREAM
from threading import Thread
from time import sleep
from subprocess import check_call
from sys import argv
from sys import argv, executable
try:
from cryptography.fernet import Fernet
except: