From 8e7e3fb2c4606518edf8174fa5f9106f31b767a3 Mon Sep 17 00:00:00 2001 From: Jess 3Jane Date: Mon, 19 Feb 2018 16:57:50 -0500 Subject: [PATCH] now it will actually work without a useless stub file i forgot to remove .-. --- gen.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gen.py b/gen.py index 3c3ac0f..a9e769f 100644 --- a/gen.py +++ b/gen.py @@ -2,10 +2,7 @@ import markovify import json from mastodon import Mastodon -with open("settings.json") as fp: - settings = json.load(fp) - -api_base_url = settings.setdefault("api_base_url", "https://botsin.space") +api_base_url = "https://botsin.space" client = Mastodon( client_id="clientcred.secret",