(self)
| 1053 | # File download started |
| 1054 | @util.Noparallel(blocking=False) |
| 1055 | def fileStarted(self): |
| 1056 | time.sleep(0.001) # Wait for other files adds |
| 1057 | self.updateWebsocket(file_started=True) |
| 1058 | |
| 1059 | # File downloaded successful |
| 1060 | def fileDone(self, inner_path): |
no test coverage detected