[plugin_installer] Update comment

This commit is contained in:
Philipp Hörist
2020-01-04 11:09:44 +01:00
parent aa56708d1a
commit 7c22438516

View File

@@ -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)