Update Actions.py

This commit is contained in:
Usama Abdul Sattar 2018-10-30 20:09:43 +05:00 committed by GitHub
parent b6063ab533
commit 0772d5f0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import json
from urllib.request import urlopen from urllib.request import urlopen
from subprocess import check_output from subprocess import check_output
from sys import stdout, argv from sys import stdout, argv
from Defs.Configurations import readConfig, ifSettingsNotExists from Configurations import readConfig, ifSettingsNotExists
RED, WHITE, CYAN, GREEN, DEFAULT = '\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m' RED, WHITE, CYAN, GREEN, DEFAULT = '\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'
ifSettingsNotExists() ifSettingsNotExists()