flake8; readme stub
This commit is contained in:
parent
74f52fc02b
commit
2e0d3ed780
|
@ -0,0 +1,4 @@
|
||||||
|
[![Docker Repository on Quay](https://quay.io/repository/cwtv/concierge/status "Docker Repository on Quay")](https://quay.io/repository/cwtv/portier)
|
||||||
|
[![Travis Pipelines](https://api.travis-ci.org/chaoswest-tv/concierge.svg?branch=master)](https://travis-ci.org/github/chaoswest-tv/concierge)
|
||||||
|
|
||||||
|
# Concierge
|
2
main.py
2
main.py
|
@ -6,10 +6,12 @@ app = Celery('tasks', broker='redis://localhost')
|
||||||
|
|
||||||
print(server.supervisor.getState())
|
print(server.supervisor.getState())
|
||||||
|
|
||||||
|
|
||||||
@app.task
|
@app.task
|
||||||
def start_restream(name):
|
def start_restream(name):
|
||||||
print(name)
|
print(name)
|
||||||
|
|
||||||
|
|
||||||
@app.task
|
@app.task
|
||||||
def stop_restream(name):
|
def stop_restream(name):
|
||||||
print(name)
|
print(name)
|
||||||
|
|
Loading…
Reference in New Issue