Fix trackma config error
- Tracker update wait time was a float instead of integer
This commit is contained in:
parent
687aec8913
commit
1b39ef93cc
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user