mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2025-01-09 17:33:47 +00:00
fix bug
This commit is contained in:
parent
1b8d4cb911
commit
b271ecd2e5
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ def proxy(conn1: tlslite.TLSConnection, conn2: tlslite.TLSConnection, prefix: st
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e) # Can't crash the proxy over parsing errors
|
print(e) # Can't crash the proxy over parsing errors
|
||||||
|
override = None
|
||||||
if override is not None:
|
if override is not None:
|
||||||
data = override
|
data = override
|
||||||
print("OVERRIDE: ", end="")
|
print("OVERRIDE: ", end="")
|
||||||
|
|
Loading…
Reference in a new issue