From db426b045f9b141418d6c92d30e1c8c033a7fe61 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 20 May 2024 23:31:21 +0200 Subject: [PATCH] sync --- lollms/functions/take_screen_shot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/functions/take_screen_shot.py b/lollms/functions/take_screen_shot.py index a5ad71d..c6110a1 100644 --- a/lollms/functions/take_screen_shot.py +++ b/lollms/functions/take_screen_shot.py @@ -49,7 +49,7 @@ class ScreenshotWindow(QtWidgets.QWidget): self.close() -def take_screenshot(self, client: Client, use_ui: bool = False, use_a_single_photo_at_a_time= True): +def take_screenshot(client: Client, use_ui: bool = False, use_a_single_photo_at_a_time= True): screenshot = pyautogui.screenshot() view_image = client.discussion.discussion_folder / "view_images" image = client.discussion.discussion_folder / "images"