chore: make config variables obvious
This commit is contained in:
parent
9e14af9614
commit
64f6308e86
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ import requests
|
||||||
|
|
||||||
threads = Blueprint('threads', __name__, template_folder='template')
|
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'
|
server = 'https://social.ayco.io'
|
||||||
thread_ids = ['112319729193615365', '112258065967208438']
|
thread_ids = ['112319729193615365', '112258065967208438']
|
||||||
title = "Ayo's Threads"
|
title = "Ayo's Threads"
|
||||||
|
@ -11,6 +11,7 @@ attribution = {
|
||||||
"owner": "Ayo Ayco",
|
"owner": "Ayo Ayco",
|
||||||
"year": "2024"
|
"year": "2024"
|
||||||
}
|
}
|
||||||
|
###########################################################
|
||||||
|
|
||||||
@threads.route('/')
|
@threads.route('/')
|
||||||
def home():
|
def home():
|
||||||
|
|
Loading…
Reference in a new issue