remove old configuration file

This commit is contained in:
Yannik Schmidt
2020-07-26 23:25:41 +02:00
parent 4c77cc7bd4
commit a9601fba8c
2 changed files with 0 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
{
"siteTitle":"Site Title",
"siteDescription" : "Site Description",
"siteLogo" : "Site Logo URL",
"siteURL" : "Site Base URL",
"teamspeak-server" : "teamspeak.com",
"discord-server" : "https://discord.gg/",
"facebook" : "https://www.facebook.com/",
"instagram" : "https://www.instagram.com/",
"twitter" : "https://twitter.com/its_a_sheppy",
"twitch-channel" : "esports-erlangen",
"twitch-placeholder-img" : "placeholder.png"
}

View File

@@ -36,7 +36,6 @@ PRIORITY_SECONDARY = 0.8
# other
HTTP_NOT_FOUND = 404
EMPTY_STRING = ""
CACHE_FILE = "cache.json"
READ = "r"
WRITE = "w"