summaryrefslogtreecommitdiff
path: root/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.py')
-rw-r--r--proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy.py b/proxy.py
index 2ea2798..2d5fb60 100644
--- a/proxy.py
+++ b/proxy.py
@@ -56,7 +56,7 @@ if __name__ == "__main__":
"blue":34,"magenta":35, "cyan":36, "white":37, "black":38, "black":39}
logging.basicConfig(level=logging.DEBUG)
- logging.getLogger().info("press ctrl-c to abort")
+ print "press ctrl-c to abort"
event = Event()
A=OmegleProxyChat(event,"A",colors['red'])