This commit is contained in:
parent
04a08b7cb7
commit
1cbb39be05
Binary file not shown.
48768
appTranslator.log
48768
appTranslator.log
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -18,7 +18,7 @@ class ClipboardImageManager:
|
|||
self.browser_controller = browser_controller # BrowserController 인스턴스를 전달받음
|
||||
self.debug = debug # 디버그 플래그를 클래스 변수로 사용
|
||||
|
||||
self.debug = True
|
||||
self.debug = False
|
||||
|
||||
def get_clipboard_data(self):
|
||||
"""클립보드의 텍스트 데이터를 가져옵니다."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue