feat: relative import own cache
This commit is contained in:
parent
a9ea9dfaee
commit
cc046fd596
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import requests
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import markdown
|
import markdown
|
||||||
import re
|
import re
|
||||||
from cache import cache
|
from .cache import cache
|
||||||
|
|
||||||
threads = Blueprint('threads', __name__, template_folder='templates')
|
threads = Blueprint('threads', __name__, template_folder='templates')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue