comparison fetch_feeds.tcl @ 423:44c9128097cd

feeds: Remember to require sqlite3 package.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:52:40 +0200
parents 880a07485275
children 825cac46b1cb
comparison
equal deleted inserted replaced
422:880a07485275 423:44c9128097cd
20 source [file dirname [info script]]/utillib.tcl 20 source [file dirname [info script]]/utillib.tcl
21 21
22 22
23 ############################################################################## 23 ##############################################################################
24 24
25 package require sqlite3
25 package require http 26 package require http
26 27
27 if {[info exists http_user_agent] && $http_user_agent != ""} { 28 if {[info exists http_user_agent] && $http_user_agent != ""} {
28 ::http::config -urlencoding utf8 -useragent $http_user_agent 29 ::http::config -urlencoding utf8 -useragent $http_user_agent
29 } else { 30 } else {