removed redditbooru (site closed)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user