From 0ae37d5e704859957ffbe0a42325e308b94c65bc Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 20 Jun 2017 17:03:03 +1000 Subject: [PATCH] Fixed fuckup --- HTTPy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 3dc6c37..3d2cdfa 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -7,8 +7,8 @@ import re # YAY REVERSE ENGINEER... wait its just regex inInput = "" partDomain = "" running = 1 -pingOn = P -whoOn = w +pingOn = "P" +whoOn = "w" def iterate(inArray, pre):