(self, inner_path)
| 1009 | |
| 1010 | # Returns if the optional file is need to be downloaded or not |
| 1011 | def isDownloadable(self, inner_path): |
| 1012 | return self.settings.get("autodownloadoptional") |
| 1013 | |
| 1014 | def delete(self): |
| 1015 | self.settings["serving"] = False |