remove modern f-string syntax, link to docs
This commit is contained in:
parent
04842f7090
commit
5df5fb559e
2 changed files with 3 additions and 3 deletions
|
@ -92,6 +92,7 @@ class location:
|
|||
class google_takeout_semantic:
|
||||
# a value between 0 and 100, 100 being the most confident
|
||||
# set to 0 to include all locations
|
||||
# https://locationhistoryformat.com/reference/semantic/#/$defs/placeVisit/properties/locationConfidence
|
||||
require_confidence: float = 40
|
||||
# default accuracy for semantic locations
|
||||
accuracy: float = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue