This commit is contained in:
0xInfection
2024-03-01 11:40:30 +05:30
parent 78035696b0
commit c4ece4677f

View File

@@ -55,8 +55,6 @@ except ImportError:
mem.var = vars(args)
print(mem.var)
mem.var['method'] = mem.var['method'].upper()
if mem.var['method'] != 'GET':