mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-18 06:03:16 +01:00
Forgot to import traceback for browser cache changes.
This commit is contained in:
parent
125487003e
commit
63c7edcecc
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ import hashlib
|
|||
import glob
|
||||
import datetime
|
||||
import time
|
||||
import traceback
|
||||
|
||||
from . import BaseBrowserCache, BrowserCacheException
|
||||
from ..six import ensure_binary, ensure_text
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ import hashlib
|
|||
import glob
|
||||
import time
|
||||
import re
|
||||
import traceback
|
||||
from . import BaseBrowserCache, BrowserCacheException
|
||||
from ..six import ensure_binary, ensure_text
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue