Modified front end to inform user that he can enter URL's , not only IP's

This commit is contained in:
VakarisZ 2018-10-02 15:05:06 +03:00
parent 96cc4edba9
commit 847286dec7
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from cc.encryptor import encryptor
from cc.environment.environment import env
from cc.utils import local_ip_addresses
from config_schema import SCHEMA
__author__ = "itay.mizeretz"
logger = logging.getLogger(__name__)