Skip to content

Commit

Permalink
consertando bug ao salvar propiedade
Browse files Browse the repository at this point in the history
  • Loading branch information
iury committed Jun 8, 2016
1 parent 7bba083 commit 66b607b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def find_in_area(cls, **kwargs):

def to_dict(self):
return {
'id': str(self.id),
'x': self.x,
'y': self.y,
'title': self.title,
Expand Down

0 comments on commit 66b607b

Please sign in to comment.