forked from expo/troggle
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