mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
Remove cleanup_tempfiles altogether because they are not being used
This commit is contained in:
parent
5d6e4ecd01
commit
31bf763baa
3 changed files with 0 additions and 13 deletions
|
@ -201,9 +201,6 @@ class SendBaseModeWeb:
|
|||
self._gzip_compress(filesystem_path, gzip_filename, 6, None)
|
||||
self.gzip_individual_files[filesystem_path] = gzip_filename
|
||||
|
||||
# Cleanup this temp file
|
||||
self.web.cleanup_tempfiles.append(gzip_filename)
|
||||
|
||||
file_to_download = self.gzip_individual_files[filesystem_path]
|
||||
filesize = os.path.getsize(self.gzip_individual_files[filesystem_path])
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue