diff options
Diffstat (limited to 'proxy.py')
-rw-r--r-- | proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']) |