1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 15:09:54 +01:00
pywb/pywb/apps/live_rewrite_server.py
Ilya Kreymer 4a85869427 cli refactor: use classes in cli to allow custom options
get rid of custom init for live_rewrite_handler, just use create_wb_router()
with custom config for consistent init
2015-04-03 10:43:39 -07:00

8 lines
237 B
Python

from cli import LiveCli
#=================================================================
# init default live rewrite server app
#=================================================================
application = LiveCli([]).application