fucking bools
This commit is contained in:
parent
65ade42111
commit
4f4afc41c2
4
HTTPy.py
4
HTTPy.py
@ -7,7 +7,7 @@ import re # YAY REVERSE ENGINEER... wait its just regex
|
|||||||
inInput = ""
|
inInput = ""
|
||||||
partDomain = ""
|
partDomain = ""
|
||||||
running = 1
|
running = 1
|
||||||
pingOn = 1
|
pingOn = true
|
||||||
|
|
||||||
|
|
||||||
def iterate(inArray, pre):
|
def iterate(inArray, pre):
|
||||||
@ -62,7 +62,7 @@ def getInput():
|
|||||||
while running == 1:
|
while running == 1:
|
||||||
getInput()
|
getInput()
|
||||||
if inInput == "ping":
|
if inInput == "ping":
|
||||||
pingOn = !pingOn
|
pingOn = not pingOn
|
||||||
if inInput == "":
|
if inInput == "":
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user