junimo theme, browse 50

This commit is contained in:
lichenblankie 2026-03-27 10:59:37 -07:00
parent 712d67f69c
commit e87f471d4d
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