Преглед на файлове

HUE-3975 [core] Add docstring to dynamic_default function

Jenny Kim преди 9 години
родител
ревизия
e3f3e958df
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      desktop/core/src/desktop/conf.py

+ 1 - 0
desktop/core/src/desktop/conf.py

@@ -383,6 +383,7 @@ def default_ssl_validate():
 
 
 def get_deprecated_login_lock_out_by_combination_browser_user_agent():
+  """Return value of deprecated LOGIN_LOCK_OUT_BY_COMBINATION_BROWSER_USER_AGENT_AND_IP config"""
   return AUTH.LOGIN_LOCK_OUT_BY_COMBINATION_BROWSER_USER_AGENT_AND_IP.get()