Fixed temporary file deletion

This commit is contained in:
2022-01-10 09:57:36 -05:00
parent ac6f6f279f
commit 700d5701fd
2 changed files with 33 additions and 26 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Changes:
- printing functions in sshyp have been combined into one function (arguments determine section to print)
** file not found exceptions have been re-implemented
** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected
** folders generated in /dev/shm are once again properly deleted with keyboard interrupts
- folders generated in /dev/shm are once again properly deleted with keyboard interrupts
- .lower() is now used to remove casing when checking inputs
- fixed syncing of files (specifically downloading) with special characters, such as '('
- fixed program still continuing after trying to edit an entry that doesn't exist