fixed duplicate landmarks
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from typing import Optional
|
||||
from pydantic import BaseModel
|
||||
from OSMPythonTools.api import Api
|
||||
from .landmarktype import LandmarkType
|
||||
@@ -18,5 +19,6 @@ class Landmark(BaseModel) :
|
||||
attractiveness : int
|
||||
must_do : bool
|
||||
n_tags : int
|
||||
time_to_reach : Optional[int] = 0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user