Jump to content

Kojebric

New Members
  • Posts

    1
  • Joined

  • Last visited

Kojebric's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. There is a bug in line 153: There was an error in the sample code: if self.connected : self.factory(notif, params, device_id = self.info.id, device_key = self.info.key) The changed version: if self.connected : self.factory.notify(notif, params, device_id = self.info.id, device_key = self.info.key) solution is described in git: https://github.com/devicehive/devicehive-python/pull/2
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.