Use Flamenco module
This commit is contained in:
3
cloud.py
3
cloud.py
@@ -2,11 +2,14 @@
|
||||
|
||||
from pillar import PillarServer
|
||||
from attract import AttractExtension
|
||||
from flamenco import FlamencoExtension
|
||||
|
||||
attract = AttractExtension()
|
||||
flamenco = FlamencoExtension()
|
||||
|
||||
app = PillarServer('.')
|
||||
app.load_extension(attract, '/attract')
|
||||
app.load_extension(flamenco, '/flamenco')
|
||||
app.process_extensions()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user