Skip to content

Commit 097395a

Browse files
committed
perf:删除第三方包的依赖
1 parent da7c9b4 commit 097395a

File tree

1 file changed

+0
-1
lines changed
  • assets/custom/action/ScreenShot

1 file changed

+0
-1
lines changed

assets/custom/action/ScreenShot/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def run(
1616
height, width, _ = image.shape
1717
current_time = time.strftime("%Y%m%d%H%M%S") + ".png"
1818
debug_path = os.path.join("debug", current_time)
19-
2019
def png_chunk(chunk_type, data):
2120
chunk = chunk_type + data
2221
return (

0 commit comments

Comments
 (0)