Skip to content

Commit c101908

Browse files
author
tiann
committed
修复正常截图实效的问题
1 parent 558c883 commit c101908

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

clipboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def get_paste_img_file():
6060
# system screen shotcut is png, QQ is tiff
6161
tmp_clipboard_img_file = tempfile.NamedTemporaryFile()
6262
print tmp_clipboard_img_file.name
63+
png_file = tempfile.NamedTemporaryFile(suffix='png')
6364
for fmt in supported_image_format:
6465
data = pb.dataForType_(fmt)
6566
if data: break

markdown img.alfredworkflow

497 KB
Binary file not shown.

0 commit comments

Comments
 (0)