Skip to content

Commit

Permalink
removes the tvdb update
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffe committed Nov 18, 2010
1 parent 34297b7 commit 9e8a01b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sorttv.pl
Expand Up @@ -89,8 +89,6 @@
$tvdb->setCacheDB("$scriptpath/.cache/.tvdb.db");
$tvdb->setUserAgent("SortTV");
$tvdb->setBannerPath("$scriptpath/.cache/");
# grab updates if over 6 hours old, for using rename only it's handy.
$tvdb->getUpdates('guess');
}

$log = FileHandle->new("$logfile", "a") or out("warn", "WARN: Could not open log file $logfile: $!\n") if $logfile;
Expand Down

0 comments on commit 9e8a01b

Please sign in to comment.