totoroterror/warp-cloner

Write output into file

Closed this issue · 1 comments

Write output into file

This can be done even with current release using built-in pipe to file, like python src/main.py > output.txt

But anyways, it will be better to append file with cloned keys to properly handle errors (see #1)