removed redditbooru (site closed)

This commit is contained in:
2022-01-19 15:25:47 -06:00
parent c13053f116
commit 0f8fe62587
2 changed files with 4 additions and 129 deletions

View File

@@ -14,7 +14,6 @@ import (
var (
auth Auth
redditbooru_sources []string
// cache settings
cache_location string = "cache/"
@@ -28,9 +27,6 @@ func init() {
// build the authentication struct
build_auth()
// build the redditbooru sources slice
build_redditbooru_sources()
// attempt to make our cached
if _, err := os.Stat(cache_location); os.IsNotExist(err) {
os.Mkdir(cache_location, 0777)