Add junimo theme and increase browse page size to 50
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
395fc17092
commit
299735f816
3 changed files with 1637 additions and 10 deletions
2
app.py
2
app.py
|
|
@ -4,7 +4,7 @@ import threading
|
|||
import RNS
|
||||
from http.server import HTTPServer
|
||||
|
||||
from db import init_db, set_setting
|
||||
from db import init_db, get_setting, set_setting
|
||||
from handlers import dispatch_request
|
||||
from gateway import GatewayState, GatewayHandler, GATEWAY_PORT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue