mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🎨 Updated logger message
This commit is contained in:
@@ -33,14 +33,14 @@ def main() -> None:
|
|||||||
delete_old_changelog()
|
delete_old_changelog()
|
||||||
updates_info = load_older_updates(env)
|
updates_info = load_older_updates(env)
|
||||||
|
|
||||||
logger.info(f"Will Patch only {config.apps}")
|
logger.info(f"Will Patch only {len(config.apps)} apps-:\n{config.apps}")
|
||||||
|
|
||||||
# Caches for reuse
|
# Caches for reuse
|
||||||
download_cache: dict[tuple[str, str], tuple[str, str]] = {}
|
download_cache: dict[tuple[str, str], tuple[str, str]] = {}
|
||||||
resource_cache: dict[str, tuple[str, str]] = {}
|
resource_cache: dict[str, tuple[str, str]] = {}
|
||||||
|
|
||||||
for possible_app in config.apps:
|
for possible_app in config.apps:
|
||||||
logger.info(f"Trying to build {len(possible_app)} apps-:\n{possible_app}")
|
logger.info(f"Trying to build {possible_app}")
|
||||||
try:
|
try:
|
||||||
app = get_app(config, possible_app)
|
app = get_app(config, possible_app)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user