added junimo theme, bumped browse to 50

This commit is contained in:
lichenblankie 2026-03-27 10:59:37 -07:00
parent 5ded9f1339
commit cf536a860c
3 changed files with 1637 additions and 10 deletions

2
app.py
View file

@ -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