Compare commits

..

2 Commits

Author SHA1 Message Date
21b8f2b469 Updated to fix possible fork bomb 2024-03-15 17:49:37 -07:00
d4063c4915 Updated .gitignore to ignore symlinked venv 2024-03-15 17:49:09 -07:00
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

@ -71,7 +71,6 @@ 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