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 d0c4083 commit 94cf10fCopy full SHA for 94cf10f
src/utils/daemon.rs
@@ -127,7 +127,7 @@ pub fn start_daemon() {
127
continue;
128
}
129
Ok(0) => {
130
- if status.is_in_progress() {
+ if status.count() > 0 {
131
// ping the hubs before continuing
132
match pubsubhubbub::ping_hubs() {
133
Err(e) => error!("Failed to ping hub: {}", e),
0 commit comments