add prelim support for pubsubhubbub enabled feeds
This commit is contained in:
parent
8e3a671531
commit
6f2dc85110
5 changed files with 134 additions and 13 deletions
10
run.py
Executable file
10
run.py
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
|
||||
def main():
|
||||
from woodwind.app import create_app
|
||||
app = create_app()
|
||||
app.run(debug=True, port=4000)
|
||||
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue