notebookVB

This commit is contained in:
2026-01-17 09:59:18 +01:00
parent 5e40bc4608
commit eb448ee9cf
18 changed files with 706 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ from pymysql.cursors import DictCursor
from pprint import pprint
# ========== CONFIG ==========
PFX_PATH = r"mbcert.pfx"
PFX_PATH = r"Certificates/MBcert.pfx"
PFX_PASS = "Vlado7309208104++"
VERIFY = True