shithub: hell

Download patch

ref: 5b69bb07abbfccfacdd576ce5a60cb50b32bac1c
parent: 40530e831cee9d9a6eea7c61394eed0b5ea182fa
author: penny <penny@limitedideas.org>
date: Fri Oct 3 17:28:59 EDT 2025

close files we're uploadingploading when we're odne

--- a/filehandler.go
+++ b/filehandler.go
@@ -161,6 +161,7 @@
 	if err != nil {
 		return err
 	}
+	defer file.Close()
 	config := sam.rl.GetConfig()
 	config.Prompt = "Image description: "
 	description, _ := sam.rl.ReadLineWithConfig(config)
--