Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2016-04-16 10:50:51 +0300
committerdiSabler <dissy@ya.ru>2016-04-16 10:50:51 +0300
commit75157d6f5ae90b946005d77cec7395a57183f38b (patch)
tree5c156b42765a1b97676f0e55d3f633b1a3633e04
parentc21db3afe7533514c7e048f4eb9dc213e7b5b84f (diff)
upd: .gitignore file
fix: debug defaults
-rw-r--r--.gitignore2
-rw-r--r--kernel.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3e427b8..06c864e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ data/paste/*.txt
data/paste/*.html
data/paste/*.ico
data/paste/*.jpg
+data/paste/*.jpeg
data/paste/*.JPG
data/paste/*.gif
data/paste/*.png
@@ -26,6 +27,7 @@ dev-tools/locale_generator/*.pyc
lib/DNS/*.pyc
lib/chardet/*.pyc
lib/xmpp/*.pyc
+lib/wgpapi/*.pyc
plugins/_*.py
plugins/.*.py
settings/config.py
diff --git a/kernel.py b/kernel.py
index 23469ac..9f7f8c0 100644
--- a/kernel.py
+++ b/kernel.py
@@ -1568,7 +1568,7 @@ nmbrs = ['0','1','2','3','4','5','6','7','8','9','.']
ul = slog_folder % 'update.log' # лог последнего обновление
halt_on_exception = False # остановка на ошибках
debug_xmpppy = False # отладка xmpppy
-debug_console = True # отладка действий бота
+debug_console = False # отладка действий бота
CommandsLog = None # логгирование команд
prefix = '_' # префикс комманд
msg_limit = 1000 # лимит размера сообщений