forked from mrlan/EnglishPal
Fix: Add import for 'abort' function
parent
f01c334827
commit
2277473afe
|
@ -5,7 +5,7 @@
|
|||
# Copyright 2019 (C) Hui Lan <hui.lan@cantab.net>
|
||||
# Written permission must be obtained from the author for commercial uses.
|
||||
###########################################################################
|
||||
from flask import escape
|
||||
from flask import escape, abort
|
||||
from Login import *
|
||||
from Article import *
|
||||
import Yaml
|
||||
|
|
Loading…
Reference in New Issue