Skip to content
Snippets Groups Projects
Verified Commit 411e1e4d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix syntax.

parent 6a268565
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,8 @@ class Listing(Base):
def code(self):
return self.master_waypoint.code
@property date(self):
@property
def date(self):
return self.master_waypoint.date
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment