We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c39eb commit cc28b51Copy full SHA for cc28b51
app/routes/v2/locations.py
@@ -17,7 +17,7 @@ def locations():
17
try:
18
locations = [j for j in locations if getattr(j, i) == args.get(i, type=str)]
19
except AttributeError:
20
- print('TimelinedLocation object does not have attribute {}.'.format(i))
+ print('Location does not have attribute {}.'.format(i))
21
22
# Serialize each location and return.
23
return jsonify({
0 commit comments