From b3ce86b698ee7973337eaba946f8c94f8f1e535e Mon Sep 17 00:00:00 2001 From: nanotube Date: Tue, 28 Aug 2007 04:53:05 +0000 Subject: [PATCH] set rotation interval to float type as it should have been to start with --- pykeylogger.val | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykeylogger.val b/pykeylogger.val index d673f1b..c9c4072 100644 --- a/pykeylogger.val +++ b/pykeylogger.val @@ -44,7 +44,7 @@ Log File Field Separator = string(default="|") # default: 4.0 Log Rotation Interval Tooltip = string() -Log Rotation Interval = string(min=0.016, default=4.0) +Log Rotation Interval = float(min=0.016, default=4.0) # default: 120 Flush Interval Tooltip = string() -- 2.45.1