mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
9 lines
92 B
Python
9 lines
92 B
Python
|
|
var = 0
|
|
def here(ctx):
|
|
global var
|
|
var += 1
|
|
return var
|
|
|
|
def errargs():
|
|
pass
|