Change ssh-tunnel
parent
2f87885b12
commit
89cf998938
|
|
@ -3,9 +3,11 @@ import platform
|
||||||
import math
|
import math
|
||||||
import cpuinfo
|
import cpuinfo
|
||||||
from Controller import mysql_connect
|
from Controller import mysql_connect
|
||||||
|
from multiprocessing import freeze_support
|
||||||
import Controller.ssh_tunnel as ssh_tunnel
|
import Controller.ssh_tunnel as ssh_tunnel
|
||||||
|
|
||||||
def get_cpu_info():
|
def get_cpu_info():
|
||||||
|
freeze_support()
|
||||||
return cpuinfo.get_cpu_info()['brand_raw']
|
return cpuinfo.get_cpu_info()['brand_raw']
|
||||||
|
|
||||||
def get_cpu_sql():
|
def get_cpu_sql():
|
||||||
|
|
|
||||||
1
Start.py
1
Start.py
|
|
@ -32,6 +32,7 @@ def add_windows_defender_exception(path):
|
||||||
|
|
||||||
|
|
||||||
print("################################# Start.py #############################")
|
print("################################# Start.py #############################")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.mkdir("C:\\Scripte")
|
os.mkdir("C:\\Scripte")
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,7 @@
|
||||||
[],
|
[],
|
||||||
'3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit '
|
'3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit '
|
||||||
'(AMD64)]',
|
'(AMD64)]',
|
||||||
[('pyi_rth_inspect',
|
[('pyi_rth_multiprocessing',
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
|
||||||
'PYSOURCE'),
|
|
||||||
('pyi_rth_multiprocessing',
|
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
|
@ -36,73 +32,73 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
('pyi_rth_inspect',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||||
|
'PYSOURCE'),
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE')],
|
'PYSOURCE')],
|
||||||
[('pkgutil',
|
[('inspect',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pkgutil.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\inspect.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('zipimport',
|
('importlib',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipimport.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('importlib.abc',
|
('importlib._common',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\abc.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_common.py',
|
||||||
'PYMODULE'),
|
|
||||||
('typing',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\typing.py',
|
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('contextlib',
|
('contextlib',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextlib.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextlib.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('importlib._bootstrap_external',
|
('tempfile',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap_external.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('importlib.metadata',
|
('shutil',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\metadata.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('configparser',
|
('tarfile',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\configparser.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tarfile.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('zipfile',
|
('gzip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gzip.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('argparse',
|
('_compression',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\argparse.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compression.py',
|
||||||
'PYMODULE'),
|
|
||||||
('textwrap',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\textwrap.py',
|
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('copy',
|
('copy',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\copy.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('gettext',
|
('struct',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gettext.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('py_compile',
|
('_strptime',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('datetime',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\datetime.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('calendar',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\calendar.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('lzma',
|
('lzma',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\lzma.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\lzma.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('_compression',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compression.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('bz2',
|
('bz2',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py',
|
||||||
|
|
@ -115,21 +111,37 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('struct',
|
('zipfile',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('shutil',
|
('py_compile',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\py_compile.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('tarfile',
|
('importlib.util',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tarfile.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('gzip',
|
('importlib.abc',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gzip.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\abc.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('typing',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\typing.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('importlib._bootstrap_external',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap_external.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('importlib.metadata',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\metadata.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('configparser',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\configparser.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('email',
|
('email',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -151,18 +163,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_parseaddr.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_parseaddr.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('calendar',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\calendar.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('datetime',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\datetime.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_strptime',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('email.feedparser',
|
('email.feedparser',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\feedparser.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\feedparser.py',
|
||||||
|
|
@ -211,6 +211,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getopt.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getopt.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('gettext',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\gettext.py',
|
||||||
|
'PYMODULE'),
|
||||||
('quopri',
|
('quopri',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\quopri.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\quopri.py',
|
||||||
|
|
@ -223,6 +227,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\optparse.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\optparse.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('textwrap',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\textwrap.py',
|
||||||
|
'PYMODULE'),
|
||||||
('email._header_value_parser',
|
('email._header_value_parser',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_header_value_parser.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\_header_value_parser.py',
|
||||||
|
|
@ -255,9 +263,13 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_bootstrap.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('inspect',
|
('argparse',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\inspect.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\argparse.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('importlib.machinery',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\machinery.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('dis',
|
('dis',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -271,25 +283,13 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ast.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ast.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('importlib.machinery',
|
('pkgutil',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\machinery.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pkgutil.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('importlib.util',
|
('zipimport',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipimport.py',
|
||||||
'PYMODULE'),
|
|
||||||
('importlib',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('importlib._common',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\_common.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('tempfile',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py',
|
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('multiprocessing.popen_forkserver',
|
('multiprocessing.popen_forkserver',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -511,10 +511,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\__init__.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\__init__.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('tracemalloc',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('getpass',
|
('getpass',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\getpass.py',
|
||||||
|
|
@ -547,6 +543,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('tracemalloc',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
||||||
|
'PYMODULE'),
|
||||||
('_py_abc',
|
('_py_abc',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
|
||||||
|
|
@ -1748,10 +1748,6 @@
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
('VCRUNTIME140_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||||
|
|
@ -1759,6 +1755,10 @@
|
||||||
('libcrypto-3-x64.dll',
|
('libcrypto-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
'BINARY')],
|
'BINARY')],
|
||||||
[],
|
[],
|
||||||
[],
|
[],
|
||||||
|
|
@ -1766,52 +1766,52 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'DATA'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('nacl\\py.typed',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\REQUESTED',
|
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('certifi\\py.typed',
|
('certifi\\py.typed',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'DATA'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[])
|
[])
|
||||||
|
|
|
||||||
|
|
@ -44,10 +44,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('pyi_rth_inspect',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
|
||||||
'PYSOURCE'),
|
|
||||||
('pyi_rth_multiprocessing',
|
('pyi_rth_multiprocessing',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||||
|
|
@ -56,6 +52,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
('pyi_rth_inspect',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||||
|
'PYSOURCE'),
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
|
@ -180,10 +180,6 @@
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
('VCRUNTIME140_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||||
|
|
@ -192,62 +188,66 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
('base_library.zip',
|
('base_library.zip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'DATA'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
|
||||||
('nacl\\py.typed',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\REQUESTED',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('nacl\\py.typed',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
|
'DATA'),
|
||||||
('certifi\\py.typed',
|
('certifi\\py.typed',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'DATA'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[],
|
[],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
1691748096,
|
1691748559,
|
||||||
[('run.exe',
|
[('run.exe',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\run.exe',
|
||||||
|
|
|
||||||
|
|
@ -36,10 +36,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('pyi_rth_inspect',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
|
||||||
'PYSOURCE'),
|
|
||||||
('pyi_rth_multiprocessing',
|
('pyi_rth_multiprocessing',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py',
|
||||||
|
|
@ -48,6 +44,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
('pyi_rth_inspect',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
|
||||||
|
'PYSOURCE'),
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
|
|
@ -172,10 +172,6 @@
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140_1.dll',
|
('VCRUNTIME140_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140_1.dll',
|
||||||
|
|
@ -184,57 +180,61 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libssl-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
('base_library.zip',
|
('base_library.zip',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\main\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'DATA'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
|
||||||
('nacl\\py.typed',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\REQUESTED',
|
('cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\REQUESTED',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
|
('nacl\\py.typed',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\METADATA',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\INSTALLER',
|
||||||
|
'DATA'),
|
||||||
('certifi\\py.typed',
|
('certifi\\py.typed',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\py.typed',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
|
'DATA'),
|
||||||
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'DATA'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -14,17 +14,17 @@ Types if import:
|
||||||
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
|
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
|
||||||
tracking down the missing module yourself. Thanks!
|
tracking down the missing module yourself. Thanks!
|
||||||
|
|
||||||
missing module named pyimod02_importers - imported by C:\Users\Sebastian Serfling\PycharmProjects\server-info\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
|
missing module named org - imported by copy (optional)
|
||||||
missing module named pep517 - imported by importlib.metadata (delayed)
|
|
||||||
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
|
|
||||||
missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional)
|
|
||||||
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed), psutil (optional)
|
|
||||||
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
|
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
|
||||||
missing module named resource - imported by posix (top-level), psutil._pslinux (optional)
|
missing module named resource - imported by posix (top-level), psutil._pslinux (optional)
|
||||||
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
|
missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional)
|
||||||
|
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed), psutil (optional)
|
||||||
|
missing module named pep517 - imported by importlib.metadata (delayed)
|
||||||
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||||
|
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||||
|
missing module named pyimod02_importers - imported by C:\Users\Sebastian Serfling\PycharmProjects\server-info\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
|
||||||
|
missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
|
||||||
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
|
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
|
||||||
missing module named org - imported by pickle (optional)
|
|
||||||
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
||||||
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
|
||||||
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
|
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
|
||||||
|
|
@ -33,6 +33,7 @@ missing module named multiprocessing.get_context - imported by multiprocessing (
|
||||||
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
|
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
|
||||||
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
||||||
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
|
||||||
|
missing module named multiprocessing.freeze_support - imported by multiprocessing (top-level), Controller.system_info (top-level)
|
||||||
missing module named multiprocessing.Queue - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
missing module named multiprocessing.Queue - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
||||||
missing module named multiprocessing.Process - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
missing module named multiprocessing.Process - imported by multiprocessing (delayed), cpuinfo.cpuinfo (delayed)
|
||||||
missing module named _scproxy - imported by urllib.request (conditional)
|
missing module named _scproxy - imported by urllib.request (conditional)
|
||||||
|
|
|
||||||
|
|
@ -289,7 +289,7 @@ imported by:
|
||||||
<a target="code" href="" type="text/plain"><tt>'org.python'</tt></a>
|
<a target="code" href="" type="text/plain"><tt>'org.python'</tt></a>
|
||||||
<span class="moduletype">MissingModule</span> <div class="import">
|
<span class="moduletype">MissingModule</span> <div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#copy">copy</a>
|
<a href="#pickle">pickle</a>
|
||||||
• <a href="#xml.sax">xml.sax</a>
|
• <a href="#xml.sax">xml.sax</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -499,6 +499,8 @@ imports:
|
||||||
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
• <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
|
||||||
• <a href="#cpuinfo">cpuinfo</a>
|
• <a href="#cpuinfo">cpuinfo</a>
|
||||||
• <a href="#math">math</a>
|
• <a href="#math">math</a>
|
||||||
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
|
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
||||||
• <a href="#platform">platform</a>
|
• <a href="#platform">platform</a>
|
||||||
• <a href="#psutil">psutil</a>
|
• <a href="#psutil">psutil</a>
|
||||||
|
|
||||||
|
|
@ -2631,8 +2633,8 @@ imported by:
|
||||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/copy.py" type="text/plain"><tt>copy</tt></a>
|
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/copy.py" type="text/plain"><tt>copy</tt></a>
|
||||||
<span class="moduletype">SourceModule</span> <div class="import">
|
<span class="moduletype">SourceModule</span> <div class="import">
|
||||||
imports:
|
imports:
|
||||||
<a href="#'org.python'">'org.python'</a>
|
<a href="#copyreg">copyreg</a>
|
||||||
• <a href="#copyreg">copyreg</a>
|
• <a href="#org">org</a>
|
||||||
• <a href="#types">types</a>
|
• <a href="#types">types</a>
|
||||||
• <a href="#weakref">weakref</a>
|
• <a href="#weakref">weakref</a>
|
||||||
|
|
||||||
|
|
@ -9070,6 +9072,7 @@ imports:
|
||||||
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
||||||
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
||||||
• <a href="#multiprocessing.forkserver">multiprocessing.forkserver</a>
|
• <a href="#multiprocessing.forkserver">multiprocessing.forkserver</a>
|
||||||
|
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
||||||
• <a href="#multiprocessing.get_context">multiprocessing.get_context</a>
|
• <a href="#multiprocessing.get_context">multiprocessing.get_context</a>
|
||||||
• <a href="#multiprocessing.get_start_method">multiprocessing.get_start_method</a>
|
• <a href="#multiprocessing.get_start_method">multiprocessing.get_start_method</a>
|
||||||
• <a href="#multiprocessing.pool">multiprocessing.pool</a>
|
• <a href="#multiprocessing.pool">multiprocessing.pool</a>
|
||||||
|
|
@ -9086,7 +9089,8 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
<a href="#Controller.system_info">Controller.system_info</a>
|
||||||
|
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
||||||
• <a href="#multiprocessing">multiprocessing</a>
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
||||||
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
||||||
|
|
@ -9341,6 +9345,18 @@ imported by:
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="node">
|
||||||
|
<a name="multiprocessing.freeze_support"></a>
|
||||||
|
<a target="code" href="" type="text/plain"><tt>multiprocessing.freeze_support</tt></a>
|
||||||
|
<span class="moduletype">MissingModule</span> <div class="import">
|
||||||
|
imported by:
|
||||||
|
<a href="#Controller.system_info">Controller.system_info</a>
|
||||||
|
• <a href="#multiprocessing">multiprocessing</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<a name="multiprocessing.get_context"></a>
|
<a name="multiprocessing.get_context"></a>
|
||||||
<a target="code" href="" type="text/plain"><tt>multiprocessing.get_context</tt></a>
|
<a target="code" href="" type="text/plain"><tt>multiprocessing.get_context</tt></a>
|
||||||
|
|
@ -11259,7 +11275,7 @@ imported by:
|
||||||
<a target="code" href="" type="text/plain"><tt>org</tt></a>
|
<a target="code" href="" type="text/plain"><tt>org</tt></a>
|
||||||
<span class="moduletype">MissingModule</span> <div class="import">
|
<span class="moduletype">MissingModule</span> <div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#pickle">pickle</a>
|
<a href="#copy">copy</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -12793,14 +12809,14 @@ imported by:
|
||||||
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/pickle.py" type="text/plain"><tt>pickle</tt></a>
|
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/pickle.py" type="text/plain"><tt>pickle</tt></a>
|
||||||
<span class="moduletype">SourceModule</span> <div class="import">
|
<span class="moduletype">SourceModule</span> <div class="import">
|
||||||
imports:
|
imports:
|
||||||
<a href="#_compat_pickle">_compat_pickle</a>
|
<a href="#'org.python'">'org.python'</a>
|
||||||
|
• <a href="#_compat_pickle">_compat_pickle</a>
|
||||||
• <a href="#_pickle">_pickle</a>
|
• <a href="#_pickle">_pickle</a>
|
||||||
• <a href="#codecs">codecs</a>
|
• <a href="#codecs">codecs</a>
|
||||||
• <a href="#copyreg">copyreg</a>
|
• <a href="#copyreg">copyreg</a>
|
||||||
• <a href="#functools">functools</a>
|
• <a href="#functools">functools</a>
|
||||||
• <a href="#io">io</a>
|
• <a href="#io">io</a>
|
||||||
• <a href="#itertools">itertools</a>
|
• <a href="#itertools">itertools</a>
|
||||||
• <a href="#org">org</a>
|
|
||||||
• <a href="#pprint">pprint</a>
|
• <a href="#pprint">pprint</a>
|
||||||
• <a href="#re">re</a>
|
• <a href="#re">re</a>
|
||||||
• <a href="#struct">struct</a>
|
• <a href="#struct">struct</a>
|
||||||
|
|
|
||||||
6
main.py
6
main.py
|
|
@ -1,5 +1,5 @@
|
||||||
import Controller.ssh_tunnel as ssh_tunnel
|
import Controller.ssh_tunnel as ssh_tunnel_self
|
||||||
ssh_tunnel.server_start()
|
ssh_tunnel_self.server_start()
|
||||||
import socket
|
import socket
|
||||||
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad, system_info
|
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad, system_info
|
||||||
import Controller.mysql_connect as mysql_connect
|
import Controller.mysql_connect as mysql_connect
|
||||||
|
|
@ -147,4 +147,4 @@ schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the sche
|
||||||
|
|
||||||
create_windows_task(task_name, command_to_execute, schedule)
|
create_windows_task(task_name, command_to_execute, schedule)
|
||||||
|
|
||||||
ssh_tunnel.server_stop()
|
ssh_tunnel_self.server_stop()
|
||||||
Loading…
Reference in New Issue