Added interval option to online module

This commit is contained in:
Keyvan Hedayati 2016-04-12 11:16:38 +04:30
parent 8aeaab7fa5
commit 753860157c

View File

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