This commit is contained in:
marco
2019-06-17 20:01:05 +02:00
parent 4a869d5793
commit 5f41f6f3fd
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@
.idea/ .idea/
.directory .directory
custom_code.json custom_code.json
last_commit.txt
__pycache__/ __pycache__/
-1
View File
@@ -14,7 +14,6 @@ from core.downloader import Downloader
from core.item import Item from core.item import Item
from platformcode import config, logger from platformcode import config, logger
from platformcode import platformtools from platformcode import platformtools
from platformcode.launcher import downloaderObj
STATUS_COLORS = {0: "orange", 1: "orange", 2: "green", 3: "red"} STATUS_COLORS = {0: "orange", 1: "orange", 2: "green", 3: "red"}
STATUS_CODES = type("StatusCode", (), {"stoped": 0, "canceled": 1, "completed": 2, "error": 3}) STATUS_CODES = type("StatusCode", (), {"stoped": 0, "canceled": 1, "completed": 2, "error": 3})