diff --git a/content.example/config.json b/content.example/config.json deleted file mode 100644 index 08bb046..0000000 --- a/content.example/config.json +++ /dev/null @@ -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" -} diff --git a/server.py b/server.py index b52fdc9..c74c439 100755 --- a/server.py +++ b/server.py @@ -36,7 +36,6 @@ PRIORITY_SECONDARY = 0.8 # other HTTP_NOT_FOUND = 404 EMPTY_STRING = "" -CACHE_FILE = "cache.json" READ = "r" WRITE = "w"