diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-22 16:55:01 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-22 16:55:01 +0100 |
commit | fd23821950f0562a8995735105cd31fdc6d55933 (patch) | |
tree | 967df2f5647803a6c46f4d52003b2231c1de72cb /lib/mauve/timer.rb | |
parent | d3a3cfef9650b08f62db62bd7e86b673f9d77d0b (diff) |
* Rejigged configuration
* Added --test and --verbose flags for the server config
* Started proper test suite
* Config parsing now gives more sensible errors + backtrace
* Rejigged people and source lists
Diffstat (limited to 'lib/mauve/timer.rb')
-rw-r--r-- | lib/mauve/timer.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mauve/timer.rb b/lib/mauve/timer.rb index 91dea18..8533451 100644 --- a/lib/mauve/timer.rb +++ b/lib/mauve/timer.rb @@ -11,8 +11,6 @@ module Mauve include Singleton - attr_accessor :sleep_interval, :last_run_at - def main_loop # # Get the next alert. |