Change Create Windows Task to main.py
parent
d6f0875fee
commit
e8d16fcd53
15
Start.py
15
Start.py
|
|
@ -2,14 +2,8 @@ import requests
|
||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
import random
|
||||||
|
|
||||||
def create_windows_task(task_name, command, schedule):
|
|
||||||
try:
|
|
||||||
command_line = f'schtasks /F /create /ru "SYSTEM" /tn "{task_name}" /tr "{command}" /sc {schedule}'
|
|
||||||
subprocess.run(command_line, shell=True, check=True)
|
|
||||||
print(f"Windows task '{task_name}' created successfully.")
|
|
||||||
except subprocess.CalledProcessError as e:
|
|
||||||
print(f"Failed to create Windows task. Error: {e}")
|
|
||||||
|
|
||||||
def download_and_run_file(url, filename):
|
def download_and_run_file(url, filename):
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
|
|
@ -41,7 +35,7 @@ if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
os.mkdir("C:\\Scripte")
|
os.mkdir("C:\\Scripte")
|
||||||
except:
|
except:
|
||||||
print("Exist")
|
print("Folder Exist")
|
||||||
path_to_exclude = "C:\\Scripte"
|
path_to_exclude = "C:\\Scripte"
|
||||||
add_windows_defender_exception(path_to_exclude)
|
add_windows_defender_exception(path_to_exclude)
|
||||||
url_to_file = "https://gitlab.stines.de/sebastian.serfling/REPORTS/raw/branch/main/dist/main.exe"
|
url_to_file = "https://gitlab.stines.de/sebastian.serfling/REPORTS/raw/branch/main/dist/main.exe"
|
||||||
|
|
@ -51,10 +45,5 @@ if __name__ == "__main__":
|
||||||
shutil.move("Start.exe","C:\\Scripte\\Start.exe")
|
shutil.move("Start.exe","C:\\Scripte\\Start.exe")
|
||||||
except:
|
except:
|
||||||
print("File was moved!")
|
print("File was moved!")
|
||||||
task_name = "Reports"
|
|
||||||
command_to_execute = "C:\\Scripte\\Start.exe"
|
|
||||||
schedule = "daily /st 23:30" # You can customize the schedule here
|
|
||||||
|
|
||||||
create_windows_task(task_name, command_to_execute, schedule)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,86 +51,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tempfile.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('random',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_strptime',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'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'),
|
|
||||||
('statistics',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('decimal',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\decimal.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_pydecimal',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_pydecimal.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('contextvars',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextvars.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('fractions',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\fractions.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('numbers',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\numbers.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('hashlib',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('logging',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('pickle',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('pprint',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_compat_pickle',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('struct',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('threading',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\threading.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_threading_local',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('string',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\string.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('bisect',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('zipfile',
|
('zipfile',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\zipfile.py',
|
||||||
|
|
@ -151,6 +71,30 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bz2.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('_strptime',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'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'),
|
||||||
|
('threading',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\threading.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('_threading_local',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_threading_local.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('struct',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\struct.py',
|
||||||
|
'PYMODULE'),
|
||||||
('importlib.util',
|
('importlib.util',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\importlib\\util.py',
|
||||||
|
|
@ -223,6 +167,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\quoprimime.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\quoprimime.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('string',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\string.py',
|
||||||
|
'PYMODULE'),
|
||||||
('email.headerregistry',
|
('email.headerregistry',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\headerregistry.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\headerregistry.py',
|
||||||
|
|
@ -327,14 +275,6 @@
|
||||||
'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',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('stringprep',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
|
||||||
'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',
|
||||||
|
|
@ -367,6 +307,22 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('logging',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('pickle',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('pprint',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('_compat_pickle',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py',
|
||||||
|
'PYMODULE'),
|
||||||
('ssl',
|
('ssl',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ssl.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ssl.py',
|
||||||
|
|
@ -375,6 +331,50 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\client.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\client.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('hashlib',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('bisect',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('tracemalloc',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('stringprep',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\stringprep.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('random',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('statistics',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('decimal',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\decimal.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('_pydecimal',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_pydecimal.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('contextvars',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextvars.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('fractions',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\fractions.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('numbers',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\numbers.py',
|
||||||
|
'PYMODULE'),
|
||||||
('shutil',
|
('shutil',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\shutil.py',
|
||||||
|
|
@ -919,14 +919,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -943,13 +935,21 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_ssl.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('unicodedata.pyd',
|
('unicodedata.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_ssl.pyd',
|
('_decimal.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_queue.pyd',
|
('_queue.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -975,14 +975,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libcrypto-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libssl-1_1.dll',
|
('libssl-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libcrypto-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
|
|
@ -993,44 +993,44 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
('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\\LICENSE.BSD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'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\\LICENSE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'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'),
|
'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\\LICENSE.APACHE',
|
('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\\LICENSE.APACHE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
'DATA'),
|
'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'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'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'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
|
'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\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[])
|
[])
|
||||||
|
|
|
||||||
|
|
@ -59,14 +59,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -83,13 +75,21 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_ssl.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('unicodedata.pyd',
|
('unicodedata.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_ssl.pyd',
|
('_decimal.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_queue.pyd',
|
('_queue.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -115,14 +115,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libcrypto-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libssl-1_1.dll',
|
('libssl-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libcrypto-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
|
|
@ -131,50 +131,50 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
('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\\LICENSE.BSD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'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\\LICENSE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'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'),
|
'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\\LICENSE.APACHE',
|
('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\\LICENSE.APACHE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
'DATA'),
|
'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'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'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'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
|
'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\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[],
|
[],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
1691498604,
|
1691659006,
|
||||||
[('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',
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_lzma.pyd',
|
('_lzma.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_lzma.pyd',
|
||||||
|
|
@ -75,13 +67,21 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_socket.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_ssl.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('unicodedata.pyd',
|
('unicodedata.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\unicodedata.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_ssl.pyd',
|
('_decimal.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_queue.pyd',
|
('_queue.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
|
|
@ -107,14 +107,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\charset_normalizer\\md.cp39-win_amd64.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('libcrypto-1_1.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libssl-1_1.dll',
|
('libssl-1_1.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libssl-1_1.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libcrypto-1_1.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\libcrypto-1_1.dll',
|
||||||
|
'BINARY'),
|
||||||
('python3.dll',
|
('python3.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python3.dll',
|
||||||
|
|
@ -123,45 +123,45 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
'Serfling\\PycharmProjects\\server-info\\build\\Start\\base_library.zip',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
('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\\LICENSE.BSD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\top_level.txt',
|
||||||
'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\\LICENSE',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE',
|
|
||||||
'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'),
|
'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\\LICENSE.APACHE',
|
('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\\LICENSE.APACHE',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
||||||
'DATA'),
|
'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'),
|
|
||||||
('certifi\\cacert.pem',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
|
||||||
'DATA'),
|
|
||||||
('cryptography-41.0.2.dist-info\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'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'),
|
||||||
|
('certifi\\cacert.pem',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
|
'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\\WHEEL',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
|
'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\\LICENSE.BSD',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -14,7 +14,6 @@ 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 'org.python' - imported by pickle (optional)
|
|
||||||
missing module named pep517 - imported by importlib.metadata (delayed)
|
missing module named pep517 - imported by importlib.metadata (delayed)
|
||||||
missing module named org - imported by copy (optional)
|
missing module named org - imported by copy (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)
|
||||||
|
|
@ -25,6 +24,7 @@ missing module named grp - imported by shutil (optional), tarfile (optional), pa
|
||||||
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed)
|
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), netrc (delayed, conditional), getpass (delayed)
|
||||||
missing module named _scproxy - imported by urllib.request (conditional)
|
missing module named _scproxy - imported by urllib.request (conditional)
|
||||||
missing module named termios - imported by getpass (optional)
|
missing module named termios - imported by getpass (optional)
|
||||||
|
missing module named 'org.python' - imported by pickle (optional)
|
||||||
missing module named _posixsubprocess - imported by subprocess (optional)
|
missing module named _posixsubprocess - imported by subprocess (optional)
|
||||||
missing module named simplejson - imported by requests.compat (conditional, optional)
|
missing module named simplejson - imported by requests.compat (conditional, optional)
|
||||||
missing module named dummy_threading - imported by requests.cookies (optional)
|
missing module named dummy_threading - imported by requests.cookies (optional)
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,7 @@ imports:
|
||||||
• <a href="#pathlib">pathlib</a>
|
• <a href="#pathlib">pathlib</a>
|
||||||
• <a href="#posixpath">posixpath</a>
|
• <a href="#posixpath">posixpath</a>
|
||||||
• <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
|
• <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
|
||||||
|
• <a href="#random">random</a>
|
||||||
• <a href="#re">re</a>
|
• <a href="#re">re</a>
|
||||||
• <a href="#reprlib">reprlib</a>
|
• <a href="#reprlib">reprlib</a>
|
||||||
• <a href="#requests">requests</a>
|
• <a href="#requests">requests</a>
|
||||||
|
|
@ -8616,7 +8617,8 @@ imports:
|
||||||
</div>
|
</div>
|
||||||
<div class="import">
|
<div class="import">
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#email.generator">email.generator</a>
|
<a href="#Start.py">Start.py</a>
|
||||||
|
• <a href="#email.generator">email.generator</a>
|
||||||
• <a href="#email.utils">email.utils</a>
|
• <a href="#email.utils">email.utils</a>
|
||||||
• <a href="#statistics">statistics</a>
|
• <a href="#statistics">statistics</a>
|
||||||
• <a href="#tempfile">tempfile</a>
|
• <a href="#tempfile">tempfile</a>
|
||||||
|
|
|
||||||
|
|
@ -167,62 +167,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_strptime.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('random',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('statistics',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('decimal',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\decimal.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_pydecimal',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_pydecimal.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('contextvars',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextvars.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('fractions',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\fractions.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('numbers',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\numbers.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('hashlib',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('logging',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('pickle',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('pprint',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('_compat_pickle',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('string',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\string.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('bisect',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.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',
|
||||||
|
|
@ -243,6 +187,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\quoprimime.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\quoprimime.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('string',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\string.py',
|
||||||
|
'PYMODULE'),
|
||||||
('email.headerregistry',
|
('email.headerregistry',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\headerregistry.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\email\\headerregistry.py',
|
||||||
|
|
@ -427,10 +375,46 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\__init__.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('decimal',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\decimal.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('_pydecimal',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_pydecimal.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('contextvars',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\contextvars.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('numbers',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\numbers.py',
|
||||||
|
'PYMODULE'),
|
||||||
('hmac',
|
('hmac',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hmac.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hmac.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('hashlib',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\hashlib.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('logging',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\logging\\__init__.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('pickle',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pickle.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('pprint',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\pprint.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('_compat_pickle',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_compat_pickle.py',
|
||||||
|
'PYMODULE'),
|
||||||
('multiprocessing.util',
|
('multiprocessing.util',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\util.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\util.py',
|
||||||
|
|
@ -459,6 +443,10 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\heap.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\heap.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('bisect',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\bisect.py',
|
||||||
|
'PYMODULE'),
|
||||||
('ctypes',
|
('ctypes',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ctypes\\__init__.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\ctypes\\__init__.py',
|
||||||
|
|
@ -515,10 +503,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_spawn_win32.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\popen_spawn_win32.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
('subprocess',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\subprocess.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('multiprocessing.spawn',
|
('multiprocessing.spawn',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\spawn.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\multiprocessing\\spawn.py',
|
||||||
|
|
@ -535,14 +519,14 @@
|
||||||
'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'),
|
||||||
('_py_abc',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.py',
|
|
||||||
'PYMODULE'),
|
|
||||||
('tracemalloc',
|
('tracemalloc',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\tracemalloc.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('_py_abc',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\_py_abc.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',
|
||||||
|
|
@ -571,6 +555,22 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\http\\cookiejar.py',
|
||||||
'PYMODULE'),
|
'PYMODULE'),
|
||||||
|
('subprocess',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\subprocess.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('random',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\random.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('statistics',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\statistics.py',
|
||||||
|
'PYMODULE'),
|
||||||
|
('fractions',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\fractions.py',
|
||||||
|
'PYMODULE'),
|
||||||
('Controller.mysql_connect',
|
('Controller.mysql_connect',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\Controller\\mysql_connect.py',
|
'Serfling\\PycharmProjects\\server-info\\Controller\\mysql_connect.py',
|
||||||
|
|
@ -1640,14 +1640,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\socket.py',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\lib\\socket.py',
|
||||||
'PYMODULE')],
|
'PYMODULE')],
|
||||||
[('python39.dll',
|
[('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('pywin32_system32\\pywintypes39.dll',
|
('pywin32_system32\\pywintypes39.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
||||||
|
|
@ -1660,14 +1660,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('select.pyd',
|
('select.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
||||||
|
|
@ -1680,6 +1672,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_decimal.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('_multiprocessing.pyd',
|
('_multiprocessing.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
||||||
|
|
@ -1776,63 +1776,63 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
'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'),
|
||||||
('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'),
|
'BINARY'),
|
||||||
('libssl-3-x64.dll',
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY')],
|
||||||
'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.APACHE',
|
('nacl\\py.typed',
|
||||||
'c:\\users\\sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
'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\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'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\\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.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
('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\\METADATA',
|
'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'),
|
||||||
|
('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\\top_level.txt',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'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\\LICENSE',
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
'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\\LICENSE',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'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\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[])
|
[])
|
||||||
|
|
|
||||||
|
|
@ -63,14 +63,14 @@
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('python39.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('pywin32_system32\\pywintypes39.dll',
|
('pywin32_system32\\pywintypes39.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
||||||
|
|
@ -83,14 +83,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('select.pyd',
|
('select.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
||||||
|
|
@ -103,6 +95,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_decimal.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('_multiprocessing.pyd',
|
('_multiprocessing.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
||||||
|
|
@ -199,67 +199,67 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
|
||||||
('libcrypto-3-x64.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libssl-3-x64.dll',
|
('libssl-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libcrypto-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.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.APACHE',
|
('nacl\\py.typed',
|
||||||
'c:\\users\\sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
'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\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'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\\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.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
('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\\METADATA',
|
'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'),
|
||||||
|
('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\\top_level.txt',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'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\\LICENSE',
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
'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\\LICENSE',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'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\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
[],
|
[],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
1691655964,
|
1691659023,
|
||||||
[('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',
|
||||||
|
|
|
||||||
|
|
@ -55,14 +55,14 @@
|
||||||
('main',
|
('main',
|
||||||
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
'C:\\Users\\Sebastian Serfling\\PycharmProjects\\server-info\\main.py',
|
||||||
'PYSOURCE'),
|
'PYSOURCE'),
|
||||||
('python39.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('VCRUNTIME140.dll',
|
('VCRUNTIME140.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\VCRUNTIME140.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('python39.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\python39.dll',
|
||||||
|
'BINARY'),
|
||||||
('pywin32_system32\\pywintypes39.dll',
|
('pywin32_system32\\pywintypes39.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\pywin32_system32\\pywintypes39.dll',
|
||||||
|
|
@ -75,14 +75,6 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_bz2.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
('_decimal.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('_hashlib.pyd',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
|
||||||
'EXTENSION'),
|
|
||||||
('select.pyd',
|
('select.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\select.pyd',
|
||||||
|
|
@ -95,6 +87,14 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_ssl.pyd',
|
||||||
'EXTENSION'),
|
'EXTENSION'),
|
||||||
|
('_decimal.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_decimal.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
|
('_hashlib.pyd',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_hashlib.pyd',
|
||||||
|
'EXTENSION'),
|
||||||
('_multiprocessing.pyd',
|
('_multiprocessing.pyd',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
'Serfling\\AppData\\Local\\Programs\\Python\\Python39\\DLLs\\_multiprocessing.pyd',
|
||||||
|
|
@ -191,62 +191,62 @@
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libmysql.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.dll', 'BINARY'),
|
|
||||||
('libcrypto-3-x64.dll',
|
|
||||||
'C:\\Users\\Sebastian '
|
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
|
||||||
'BINARY'),
|
|
||||||
('libssl-3-x64.dll',
|
('libssl-3-x64.dll',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libssl-3-x64.dll',
|
||||||
'BINARY'),
|
'BINARY'),
|
||||||
|
('libcrypto-3-x64.dll',
|
||||||
|
'C:\\Users\\Sebastian '
|
||||||
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\libcrypto-3-x64.dll',
|
||||||
|
'BINARY'),
|
||||||
|
('MSVCP140.dll', 'C:\\Windows\\system32\\MSVCP140.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.APACHE',
|
('nacl\\py.typed',
|
||||||
'c:\\users\\sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.APACHE',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\nacl\\py.typed',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('certifi\\cacert.pem',
|
('certifi\\cacert.pem',
|
||||||
'C:\\Users\\Sebastian '
|
'C:\\Users\\Sebastian '
|
||||||
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
'Serfling\\PycharmProjects\\server-info\\venv\\lib\\site-packages\\certifi\\cacert.pem',
|
||||||
'DATA'),
|
'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\\RECORD',
|
('cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'c:\\users\\sebastian '
|
'c:\\users\\sebastian '
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\RECORD',
|
||||||
'DATA'),
|
'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\\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.BSD',
|
|
||||||
'c:\\users\\sebastian '
|
|
||||||
'serfling\\pycharmprojects\\server-info\\venv\\lib\\site-packages\\cryptography-41.0.2.dist-info\\LICENSE.BSD',
|
|
||||||
'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'),
|
'DATA'),
|
||||||
('cryptography-41.0.2.dist-info\\METADATA',
|
('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\\METADATA',
|
'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'),
|
||||||
|
('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\\top_level.txt',
|
||||||
|
'c:\\users\\sebastian '
|
||||||
|
'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\\LICENSE',
|
('cryptography-41.0.2.dist-info\\LICENSE',
|
||||||
'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\\LICENSE',
|
||||||
'DATA'),
|
'DATA'),
|
||||||
('nacl\\py.typed',
|
('cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'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\\cryptography-41.0.2.dist-info\\WHEEL',
|
||||||
'DATA')],
|
'DATA')],
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -19,12 +19,12 @@ 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 '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 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 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 org - imported by pickle (optional)
|
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
|
||||||
missing module named posix - imported by shutil (conditional), importlib._bootstrap_external (conditional), os (conditional, optional)
|
|
||||||
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)
|
excluded module named _frozen_importlib - imported by 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)
|
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||||
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)
|
||||||
|
|
|
||||||
|
|
@ -174,6 +174,7 @@ imports:
|
||||||
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||||
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
• <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
|
||||||
• <a href="#pyi_rth_pywintypes.py">pyi_rth_pywintypes.py</a>
|
• <a href="#pyi_rth_pywintypes.py">pyi_rth_pywintypes.py</a>
|
||||||
|
• <a href="#random">random</a>
|
||||||
• <a href="#re">re</a>
|
• <a href="#re">re</a>
|
||||||
• <a href="#reprlib">reprlib</a>
|
• <a href="#reprlib">reprlib</a>
|
||||||
• <a href="#socket">socket</a>
|
• <a href="#socket">socket</a>
|
||||||
|
|
@ -181,6 +182,7 @@ imports:
|
||||||
• <a href="#sre_constants">sre_constants</a>
|
• <a href="#sre_constants">sre_constants</a>
|
||||||
• <a href="#sre_parse">sre_parse</a>
|
• <a href="#sre_parse">sre_parse</a>
|
||||||
• <a href="#stat">stat</a>
|
• <a href="#stat">stat</a>
|
||||||
|
• <a href="#subprocess">subprocess</a>
|
||||||
• <a href="#token">token</a>
|
• <a href="#token">token</a>
|
||||||
• <a href="#tokenize">tokenize</a>
|
• <a href="#tokenize">tokenize</a>
|
||||||
• <a href="#traceback">traceback</a>
|
• <a href="#traceback">traceback</a>
|
||||||
|
|
@ -13719,6 +13721,7 @@ imports:
|
||||||
imported by:
|
imported by:
|
||||||
<a href="#email.generator">email.generator</a>
|
<a href="#email.generator">email.generator</a>
|
||||||
• <a href="#email.utils">email.utils</a>
|
• <a href="#email.utils">email.utils</a>
|
||||||
|
• <a href="#main.py">main.py</a>
|
||||||
• <a href="#secrets">secrets</a>
|
• <a href="#secrets">secrets</a>
|
||||||
• <a href="#statistics">statistics</a>
|
• <a href="#statistics">statistics</a>
|
||||||
• <a href="#tempfile">tempfile</a>
|
• <a href="#tempfile">tempfile</a>
|
||||||
|
|
@ -14932,6 +14935,7 @@ imported by:
|
||||||
• <a href="#Controller.exchange_export">Controller.exchange_export</a>
|
• <a href="#Controller.exchange_export">Controller.exchange_export</a>
|
||||||
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
• <a href="#Controller.rds_export">Controller.rds_export</a>
|
||||||
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
• <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
|
||||||
|
• <a href="#main.py">main.py</a>
|
||||||
• <a href="#multiprocessing.util">multiprocessing.util</a>
|
• <a href="#multiprocessing.util">multiprocessing.util</a>
|
||||||
• <a href="#os">os</a>
|
• <a href="#os">os</a>
|
||||||
• <a href="#paramiko.proxy">paramiko.proxy</a>
|
• <a href="#paramiko.proxy">paramiko.proxy</a>
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
16
main.py
16
main.py
|
|
@ -1,6 +1,8 @@
|
||||||
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
|
||||||
|
import random
|
||||||
|
import subprocess
|
||||||
|
|
||||||
def get_local_ip():
|
def get_local_ip():
|
||||||
try:
|
try:
|
||||||
|
|
@ -67,6 +69,14 @@ def gucamole(ip,servername):
|
||||||
## Import User + Maschinen als RAW
|
## Import User + Maschinen als RAW
|
||||||
print("" + ip + servername)
|
print("" + ip + servername)
|
||||||
|
|
||||||
|
def create_windows_task(task_name, command, schedule):
|
||||||
|
try:
|
||||||
|
command_line = f'schtasks /F /create /ru "SYSTEM" /tn "{task_name}" /tr "{command}" /sc {schedule}'
|
||||||
|
subprocess.run(command_line, shell=True, check=True)
|
||||||
|
print(f"Windows task '{task_name}' created successfully.")
|
||||||
|
except subprocess.CalledProcessError as e:
|
||||||
|
print(f"Failed to create Windows task. Error: {e}")
|
||||||
|
|
||||||
query = "SELECT * FROM `Stines-GmbH`.`Kunden-Server` WHERE `IP-Adresse` = ""'{}'""".format(get_local_ip())
|
query = "SELECT * FROM `Stines-GmbH`.`Kunden-Server` WHERE `IP-Adresse` = ""'{}'""".format(get_local_ip())
|
||||||
# query = "SELECT * FROM `Stines-GmbH`.`Kunden-Server` WHERE `IP-Adresse` = ""'{}'""".format("172.18.1.6")
|
# query = "SELECT * FROM `Stines-GmbH`.`Kunden-Server` WHERE `IP-Adresse` = ""'{}'""".format("172.18.1.6")
|
||||||
|
|
||||||
|
|
@ -102,3 +112,9 @@ for row in list:
|
||||||
eval(funktion + '("' + ipadress + '","' + name + '","' + token + '")')
|
eval(funktion + '("' + ipadress + '","' + name + '","' + token + '")')
|
||||||
else:
|
else:
|
||||||
eval(funktion + '("' + ipadress + '","' + name + '")')
|
eval(funktion + '("' + ipadress + '","' + name + '")')
|
||||||
|
|
||||||
|
task_name = "Reports"
|
||||||
|
command_to_execute = "C:\\Scripte\\Start.exe"
|
||||||
|
schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the schedule here
|
||||||
|
|
||||||
|
create_windows_task(task_name, command_to_execute, schedule)
|
||||||
Loading…
Reference in New Issue