Fix trackma config error
- Tracker update wait time was a float instead of integer
This commit is contained in:
@@ -41,6 +41,6 @@
|
|||||||
"tracker_type": "local",
|
"tracker_type": "local",
|
||||||
"tracker_update_close": true,
|
"tracker_update_close": true,
|
||||||
"tracker_update_prompt": true,
|
"tracker_update_prompt": true,
|
||||||
"tracker_update_wait_s": 300.0,
|
"tracker_update_wait_s": 300,
|
||||||
"use_hooks": true
|
"use_hooks": true
|
||||||
}
|
}
|
||||||
|
@@ -7468,7 +7468,7 @@ level = "info"
|
|||||||
"tracker_type": "local",
|
"tracker_type": "local",
|
||||||
"tracker_update_close": true,
|
"tracker_update_close": true,
|
||||||
"tracker_update_prompt": true,
|
"tracker_update_prompt": true,
|
||||||
"tracker_update_wait_s": 300.0,
|
"tracker_update_wait_s": 300,
|
||||||
"use_hooks": true
|
"use_hooks": true
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Reference in New Issue
Block a user