mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-06 09:21:22 +08:00
10 lines
92 B
Python
10 lines
92 B
Python
|
|
var = 0
|
|
def here(ctx):
|
|
global var
|
|
var += 1
|
|
return var
|
|
|
|
def errargs():
|
|
pass
|