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
.gitignore vendored
View File

@@ -4,4 +4,5 @@
.idea/
.directory
custom_code.json
last_commit.txt
__pycache__/

View File

@@ -14,7 +14,6 @@ from core.downloader import Downloader
from core.item import Item
from platformcode import config, logger
from platformcode import platformtools
from platformcode.launcher import downloaderObj
STATUS_COLORS = {0: "orange", 1: "orange", 2: "green", 3: "red"}
STATUS_CODES = type("StatusCode", (), {"stoped": 0, "canceled": 1, "completed": 2, "error": 3})