chore: remove one status
This commit is contained in:
parent
5e116d0bd2
commit
5767e2738d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ threads = Blueprint('threads', __name__, template_folder='template')
|
|||
|
||||
# TODO: move following to an app config or sqlite #########
|
||||
server = 'https://social.ayco.io'
|
||||
thread_ids = ['112319729193615365', '112258065967208438', '109545132056133905']
|
||||
thread_ids = ['112258065967208438', '109545132056133905']
|
||||
app = {
|
||||
"title":"Ayo's Threads",
|
||||
"description": "Incubator for thoughts before they become a blog."
|
||||
|
|
Loading…
Reference in a new issue