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

github.com/isida/vi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/service.py')
-rw-r--r--plugins/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/service.py b/plugins/service.py
index f42a0fb..7a002ab 100644
--- a/plugins/service.py
+++ b/plugins/service.py
@@ -27,7 +27,7 @@ def raw_bot_restart(raw_in, msg, status):
BOT_EXIT_TYPE = status
MAX_TIMEOUT = 0.001
send_msg(raw_in, msg)
- check_updates()
+ #check_updates()
def cmd_update(raw_in):
raw_bot_restart(raw_in, 'Let\'s update!', 'update')