mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
4c23db46c5
commit
b2dbdfff7d
1
cache.py
1
cache.py
|
@ -12,6 +12,7 @@ from utils import loadJson
|
||||||
from utils import saveJson
|
from utils import saveJson
|
||||||
from utils import getFileCaseInsensitive
|
from utils import getFileCaseInsensitive
|
||||||
|
|
||||||
|
|
||||||
def storePersonInCache(baseDir: str, personUrl: str,
|
def storePersonInCache(baseDir: str, personUrl: str,
|
||||||
personJson: {}, personCache: {}) -> None:
|
personJson: {}, personCache: {}) -> None:
|
||||||
"""Store an actor in the cache
|
"""Store an actor in the cache
|
||||||
|
|
Loading…
Reference in New Issue