Fixed fetching algorithm

This commit is contained in:
Luxferre
2024-10-23 16:25:51 +03:00
parent 8995621f4a
commit 7c594acbf1
2 changed files with 13 additions and 5 deletions
+1 -2
View File
@@ -211,10 +211,9 @@ proc tiix_fetchecho {echoname} {
}
}
global tiix_status localdbdir
set prev_status $tiix_status
set tiix_status "Fetching echo contents..."
massfetch $echoname $localdbdir 0
set tiix_status $prev_status
set tiix_status Ready
}
proc errmsg {msg} {