From 64f6308e866d7b057d88a29a22d37ce4ca3739b9 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 25 Apr 2024 16:01:04 +0200 Subject: [PATCH] chore: make config variables obvious --- threads.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 72c54d4..edb8d61 100755 --- a/threads.py +++ b/threads.py @@ -3,7 +3,7 @@ import requests threads = Blueprint('threads', __name__, template_folder='template') -# TODO: move following to an app config or sqlite +# TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io' thread_ids = ['112319729193615365', '112258065967208438'] title = "Ayo's Threads" @@ -11,6 +11,7 @@ attribution = { "owner": "Ayo Ayco", "year": "2024" } +########################################################### @threads.route('/') def home():