You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./cc_ssp.py", line 11, in <module>
k.sync()
File "/home/user/eSSP.py", line 289, in sync
result = self.send([self.getseq(), '0x1', '0x11'])
File "/home/user/eSSP.py", line 402, in send
response = self.read(process)
File "/home/user/eSSP.py", line 410, in read
timeout_expired = datetime.datetime.now() + datetime.timedelta(seconds=self.timeout)
TypeError: unsupported type for timedelta seconds component: NoneType
Whenever I call sync(), i get this:
It was introduced in this commit: 8d3beda
The version before, is working for me.
The text was updated successfully, but these errors were encountered: