passthejoe/blogPoster

Force saving of post files to prevent crash

passthejoe opened this issue · 0 comments

Right now the script doesn't save a post to a file until the user requests this with choice "f." If a file isn't saved, the user can pick "g" to send to the blog, and the script will error out. Either prevent the script from sending when the file hasn't been saved, or make saving of file automatic whenever info is entered or changed.

Second solution is probably better.