Compare commits

..

No commits in common. "21b8f2b469ce29db1b8b1dbaa6f11545ff3cebbf" and "b225ac85068296054d627f03eb855e20a983eb07" have entirely different histories.

2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
/*/
/*.log
/venv

View File

@ -71,6 +71,7 @@ case "$(file --mime-type "$PICKED")" in
*': video/'*) ;;
*)
echo "File is not an image or video: ${PICKED}"
"$0" "$TAGS_BLACKLIST" "$TAGS" "$MSG_SFW" "$MSG_NSFW"
;;
esac