diff --git a/src/conf.py b/src/conf.py index 54d936f7e..86cb26c71 100644 --- a/src/conf.py +++ b/src/conf.py @@ -185,8 +185,8 @@ detailedTracebacks = True # driverModule: A string that is the module where the default driver for the # bot will be found. ### -driverModule = 'asyncoreDrivers' -#driverModule = 'socketDrivers' +driverModule = 'socketDrivers' +#driverModule = 'asyncoreDrivers' #driverModule = 'twistedDrivers' ###############################