From 86fab4cd6160c608582638b30c2c3d51c2633773 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Sun, 15 Mar 2009 17:47:57 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12613 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/python/events.py | 2 +- libs/esl/python/single_command.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/esl/python/events.py b/libs/esl/python/events.py index d6d6911749..2c59043447 100644 --- a/libs/esl/python/events.py +++ b/libs/esl/python/events.py @@ -5,7 +5,7 @@ import sys from ESL import * -con = ESLconnection("localhost","8021","rad1ance") +con = ESLconnection("localhost","8021","ClueCon") #are we connected? if con.connected: diff --git a/libs/esl/python/single_command.py b/libs/esl/python/single_command.py index 9163e1170c..977ec9660d 100644 --- a/libs/esl/python/single_command.py +++ b/libs/esl/python/single_command.py @@ -4,7 +4,7 @@ import string import sys from ESL import * -con = ESLconnection("localhost","8021","rad1ance") +con = ESLconnection("localhost","8021","ClueCon") #are we connected? if con.connected: