From 7c2243851680c3aa2949d4942bfa2575d7949e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 4 Jan 2020 11:09:44 +0100 Subject: [PATCH] [plugin_installer] Update comment --- plugin_installer/plugin_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index f353483..0e26f27 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -72,7 +72,7 @@ class PluginInstaller(GajimPlugin): def activate(self): if self.config['check_update']: - # Check for updates 30 seconds after Gajim was started + # Check for updates X seconds after Gajim was started self._check_update_id = GLib.timeout_add_seconds( 10, self._check_for_updates)