mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
debug
This commit is contained in:
@@ -17,6 +17,7 @@ import jinja2
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
from rich import print
|
||||
from rich.console import Console
|
||||
from rich.logging import RichHandler
|
||||
from rich.highlighter import RegexHighlighter
|
||||
@@ -215,6 +216,7 @@ class Server:
|
||||
context["application"] = {
|
||||
"name": self.title,
|
||||
}
|
||||
print(context)
|
||||
return context
|
||||
|
||||
async def _process_messages(
|
||||
|
||||
Reference in New Issue
Block a user