loganhasson / r-u-dead-yet

Automatically exported from code.google.com/p/r-u-dead-yet
33 stars 20 forks source link

port input parsing error #12

Open aimemilos opened 8 years ago

aimemilos commented 8 years ago

Hello,

you have a little mistake when defining proxy port at line 243 in r-u-dead-yet-v2.2.py: proxy_port = int(proxy_addr_input) you should parse the value from proxy_port_input

davidhcefx commented 3 years ago

I think you are right. https://github.com/loganhasson/r-u-dead-yet/blob/d2916242ba23eff32aee9b150186d42c10026613/r-u-dead-yet-v2.2.py#L234-L243