diff 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
line wrap: on
line diff
--- a/feeds.tcl	Sun Jan 08 03:52:15 2017 +0200
+++ b/feeds.tcl	Sun Jan 08 03:52:40 2017 +0200
@@ -26,6 +26,8 @@
 ##########################################################################
 # No need to look below this line
 ##########################################################################
+package require sqlite3
+
 set feeds_name "FeedCheck"
 set feeds_message "$feeds_name v1.0 by ccr/TNSP"