mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
12d2b1f926
Scripts are broken for now.
10 lines
92 B
Python
10 lines
92 B
Python
|
|
var = 0
|
|
def here(ctx):
|
|
global var
|
|
var += 1
|
|
return var
|
|
|
|
def errargs():
|
|
pass
|