doctor: better quick option propogation for stats (#239)
doctor: better quick option propogation for stats * use contextmanager for quick stats instead of editing global state directly * send quick to lots of stat related functions, so they could possibly be used without doctor, if someone wanted to * if a stats function has a 'quick' kwarg, send the value there as well * add an option to sort locations in my.time.tz.via_location
This commit is contained in:
parent
f43eedd52a
commit
0ce44bf0d1
7 changed files with 60 additions and 17 deletions
|
@ -189,6 +189,10 @@ For an extensive/complex example, you can check out ~@seanbreckenridge~'s [[http
|
|||
# less precise, but faster
|
||||
fast: bool = True
|
||||
|
||||
# sort locations by date
|
||||
# incase multiple sources provide them out of order
|
||||
sort_locations: bool = True
|
||||
|
||||
# if the accuracy for the location is more than 5km (this
|
||||
# isn't an accurate location, so shouldn't use it to determine
|
||||
# timezone), don't use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue