Merge pull request #367 from k1-hedayati/patch-1

Added interval option to online module
This commit is contained in:
enkore 2016-04-26 11:04:58 +02:00
commit 682961f956

View File

@ -11,6 +11,7 @@ class Online(IntervalModule):
('color_offline', 'Text color when offline'), ('color_offline', 'Text color when offline'),
('format_online', 'Status text when online'), ('format_online', 'Status text when online'),
('format_offline', 'Status text when offline'), ('format_offline', 'Status text when offline'),
("interval", "Update interval"),
) )
color = '#ffffff' color = '#ffffff'