mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 08:01:31 +00:00
Rename event_handler_example to event_handler_main
This commit is contained in:
parent
3726ba7186
commit
7479ef5639
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user