diff --git a/linedraw.py b/linedraw.py index ac922de..65f270d 100644 --- a/linedraw.py +++ b/linedraw.py @@ -199,7 +199,7 @@ def sketch(path): f = open(export_path,'w') f.write(makesvg(lines)) f.close() - print("strokes.") + print(len(lines),"strokes.") print("done.") return lines