From b271ecd2e5aab23731c4d28f7dac2b9679fc386c Mon Sep 17 00:00:00 2001 From: JJTech0130 Date: Wed, 16 Aug 2023 13:31:56 -0400 Subject: [PATCH] fix bug --- development/proxy/proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/development/proxy/proxy.py b/development/proxy/proxy.py index 0ca16ac..f523808 100644 --- a/development/proxy/proxy.py +++ b/development/proxy/proxy.py @@ -73,6 +73,7 @@ def proxy(conn1: tlslite.TLSConnection, conn2: tlslite.TLSConnection, prefix: st ) except Exception as e: print(e) # Can't crash the proxy over parsing errors + override = None if override is not None: data = override print("OVERRIDE: ", end="")