From 1b39ef93cc614da1ffd26c2f204df15a8c7536aa Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 15 Aug 2022 16:26:30 -0400 Subject: [PATCH] Fix trackma config error - Tracker update wait time was a float instead of integer --- .config/trackma/config.json | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/trackma/config.json b/.config/trackma/config.json index 9fabb21..10aa8b2 100644 --- a/.config/trackma/config.json +++ b/.config/trackma/config.json @@ -41,6 +41,6 @@ "tracker_type": "local", "tracker_update_close": true, "tracker_update_prompt": true, - "tracker_update_wait_s": 300.0, + "tracker_update_wait_s": 300, "use_hooks": true } diff --git a/README.org b/README.org index 1f0ca53..1867fa4 100644 --- a/README.org +++ b/README.org @@ -7468,7 +7468,7 @@ level = "info" "tracker_type": "local", "tracker_update_close": true, "tracker_update_prompt": true, - "tracker_update_wait_s": 300.0, + "tracker_update_wait_s": 300, "use_hooks": true } #+END_SRC