small color adjustment

This commit is contained in:
VirtuBox
2019-10-21 14:50:42 +02:00
parent 57130341e6
commit 5a0e869c50
2 changed files with 1 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ _run() {
fi fi
else else
if [ -n "$2" ]; then if [ -n "$2" ]; then
echo -e "${TPUT_OK}[OK]${TPUT_RESET}" echo -e "[${TPUT_OK}OK${TPUT_RESET}]"
fi fi
fi fi

View File

@@ -1,7 +1,6 @@
"""Clean Plugin for WordOps.""" """Clean Plugin for WordOps."""
import os import os
import urllib.request
import requests import requests
from cement.core.controller import CementBaseController, expose from cement.core.controller import CementBaseController, expose