Progress bar + thumbnail generator

This commit is contained in:
simon
2018-03-20 09:01:43 -04:00
parent 9d75fc4d59
commit 047d2653bc
11 changed files with 151 additions and 25 deletions

View File

@@ -58,6 +58,9 @@ class Directory:
class Task:
INDEX = 1
GEN_THUMBNAIL = 2
def __init__(self, task_type: int, dir_id: int, completed: bool = False, completed_time: time.time = None,
task_id: int = None):
self.id = task_id