mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
Remove debugging print
This commit is contained in:
@@ -18,7 +18,6 @@ class ScreenshotApp(App[None]):
|
|||||||
def action_deliver_screenshot(self) -> None:
|
def action_deliver_screenshot(self) -> None:
|
||||||
screenshot_string = self.export_screenshot()
|
screenshot_string = self.export_screenshot()
|
||||||
string_io = io.StringIO(screenshot_string)
|
string_io = io.StringIO(screenshot_string)
|
||||||
print(isinstance(string_io, io.TextIOBase))
|
|
||||||
self.deliver_text(string_io)
|
self.deliver_text(string_io)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user