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 4defc76 commit 5f86bd0Copy full SHA for 5f86bd0
README.md
@@ -104,7 +104,7 @@ class Device(DSyncModel):
104
@classmethod
105
def create(cls, dsync, ids, attrs):
106
## TODO add your own logic here to create the device on the remote system
107
- super().create(ids=ids, dsync=dsync, attrs=attrs)
+ return super().create(ids=ids, dsync=dsync, attrs=attrs)
108
109
def update(self, attrs):
110
## TODO add your own logic here to update the device on the remote system
0 commit comments