refactor: remove template_folder arg
This commit is contained in:
parent
721f467fc9
commit
9c450e3b9b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from datetime import datetime, timedelta
|
|||
import markdown
|
||||
import re
|
||||
|
||||
threads = Blueprint('threads', __name__, template_folder='template')
|
||||
threads = Blueprint('threads', __name__)
|
||||
|
||||
# TODO: move following to an app config or sqlite #########
|
||||
server = 'https://social.ayco.io'
|
||||
|
|
Loading…
Reference in a new issue