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: