From 5769738d7e021c99a4588c09c7a289cd5da91b19 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 7 Jul 2015 10:25:40 +0000 Subject: [PATCH] Fix entry point for storyboard-worker-daemon Change-Id: Id76dc44ecc27a1c16114b96db2181ef3041090da --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 70ae06e8..5985c8e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ data_files = console_scripts = storyboard-api = storyboard.api.app:start storyboard-subscriber = storyboard.notifications.subscriber:subscribe - storyboard-worker-daemon = storyboard.plugin.daemon:run_daemon + storyboard-worker-daemon = storyboard.plugin.event_worker:run_daemon storyboard-db-manage = storyboard.db.migration.cli:main storyboard-migrate = storyboard.migrate.cli:main storyboard-cron = storyboard.plugin.cron:main