🐛 Fixed new location override syntax

This commit is contained in:
GeoffreyCoulaud
2023-06-05 13:21:19 +02:00
parent 1e3e6484e4
commit 725bab5c93
5 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ class Source(Iterable):
def __init__(self) -> None:
super().__init__()
self.available_on = set()
self.update_location_schema_key()
@property
def full_name(self) -> str: