Using Path() wherever possible in localsettings.py

This commit is contained in:
2022-12-22 16:04:16 +00:00
parent f23764c486
commit a72c2bd96a
3 changed files with 5 additions and 24 deletions

View File

@@ -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: