Skip to content

Commit

Permalink
Added the ability to turn off DjangoPeople integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed May 8, 2008
1 parent cff93a4 commit f8e2970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/djangobot_runner.py
Expand Up @@ -29,6 +29,7 @@
dbs.getFactory(),
).setServiceParent(serv)

DjangoPeopleMonitorService().setServiceParent(serv)
if BOT_DJANGOPEOPLE:
DjangoPeopleMonitorService().setServiceParent(serv)

serv.setServiceParent(application)

0 comments on commit f8e2970

Please sign in to comment.