now you can comment out stations in stations.txt
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ proc massfetch {echos dbdir dolog} {
|
||||
set stlist [split [readfile $stfile] "\n"]
|
||||
foreach station $stlist {
|
||||
set station [string trim $station]
|
||||
if {$station ne ""} {
|
||||
if {$station ne "" && ![string match "#*" $station]} {
|
||||
if {$dolog eq 1} {puts "Fetching from $station"}
|
||||
fetchiidb $station $echos $dbdir $dolog
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user