mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 15:09:54 +01:00
get rid of custom init for live_rewrite_handler, just use create_wb_router() with custom config for consistent init
8 lines
237 B
Python
8 lines
237 B
Python
from cli import LiveCli
|
|
|
|
#=================================================================
|
|
# init default live rewrite server app
|
|
#=================================================================
|
|
|
|
application = LiveCli([]).application
|