flake8; readme stub

This commit is contained in:
Jan Koppe 2020-04-15 21:44:56 +02:00
parent 74f52fc02b
commit 2e0d3ed780
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
2 changed files with 6 additions and 0 deletions

4
README.md Normal file
View File

@ -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

View File

@ -6,10 +6,12 @@ app = Celery('tasks', broker='redis://localhost')
print(server.supervisor.getState())
@app.task
def start_restream(name):
print(name)
@app.task
def stop_restream(name):
print(name)