cputemp
cputemp copied to clipboard
Missing error callback param
I'm starting application from cron on @reboot and sometimes the advertisment fails to register, so I learned that the following method
Advertisment:
def register_ad_error_callback(self):
...
is missing an argument (of type DBusException), so the error callback doesn't get called.