use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
e5b3a1e91e
37 changed files with 142 additions and 110 deletions
|
@ -14,7 +14,7 @@ from geopy.geocoders import Nominatim # type: ignore
|
|||
from ..common import LazyLogger, mcachew, fastermime
|
||||
from ..error import Res
|
||||
|
||||
from mycfg import photos as config
|
||||
from my.config import photos as config
|
||||
|
||||
|
||||
log = LazyLogger('my.photos')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue