now sync_from on init of all BaseObject classes
This commit is contained in:
parent
ac84562e1a
commit
6d6ccadccf
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class BaseObject:
|
|||
|
||||
feature.Type = self.TYPE
|
||||
|
||||
self.sync_from()
|
||||
|
||||
def execute(self, feature):
|
||||
# TODO this might not be the right move
|
||||
print(self, 'BaseObject.execute')
|
||||
|
|
Loading…
Add table
Reference in a new issue