Closed BECATRUE closed 1 year ago
This closes #200.
When a request error such as a connection error occurs, it will restart fetching procedure. Also, I set the default updatedTime to -1 instead of None as it is a signal parameter and PyQt doesn't support to emit None.
updatedTime
None
I see! As you said, I will handle this in more details.
This closes #200.
When a request error such as a connection error occurs, it will restart fetching procedure. Also, I set the default
updatedTime
to -1 instead ofNone
as it is a signal parameter and PyQt doesn't support to emitNone
.