mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 06:47:09 +00:00
Using Path() wherever possible in localsettings.py
This commit is contained in:
@@ -69,7 +69,7 @@ class MapLocations(object):
|
||||
def points(self):
|
||||
for ent in Entrance.objects.all():
|
||||
if ent.best_station():
|
||||
print(f"{ent.filename}", end=", ")
|
||||
# print(f"{ent.filename}", end=", ")
|
||||
try:
|
||||
k = ent.caveandentrance_set.all()[0].cave
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user