Rename event_handler_example to event_handler_main

This commit is contained in:
Bálint Bokros 2017-12-04 21:50:41 +01:00
parent 3726ba7186
commit 7479ef5639
3 changed files with 3 additions and 3 deletions

View File

@ -31,6 +31,6 @@ PYTHONPATH="../../lib/" python app.py
in one, and in one, and
``` ```
cd src/components/ cd src/components/
PYTHONPATH="../../lib/" python event_handler_example.py PYTHONPATH="../../lib/" python event_handler_main.py
``` ```
in the other. in the other.

View File

@ -8,6 +8,6 @@ pidfile = /tmp/supervisord.pid
directory=%(ENV_TFW_APP_DIR)s directory=%(ENV_TFW_APP_DIR)s
command=env python app.py command=env python app.py
[program:event_handler_example] [program:event_handler_main]
directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s
command=env python event_handler_example.py command=env python event_handler_main.py