Update example

This commit is contained in:
Victor 2020-05-27 01:06:11 +03:00
parent 5127b0f394
commit 56d4ebac55
2 changed files with 2 additions and 3 deletions

View File

@ -6,3 +6,5 @@ config = {
"wholesomememes", "aww" "wholesomememes", "aww"
] ]
} }
include "redditimages2telegram.own"

View File

@ -1,6 +1,3 @@
// At the start of a main script, include config
// include "config.own"
use ["std", "math", "http", "json", "functional", "files", "jdbc"] use ["std", "math", "http", "json", "functional", "files", "jdbc"]
conn = getConnection("jdbc:sqlite:redditimages.db") conn = getConnection("jdbc:sqlite:redditimages.db")
include "own-modules/telegram-bot/TelegramBot.own" include "own-modules/telegram-bot/TelegramBot.own"