mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
♻ Updated sting formatting
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Nikhil Badyal
parent
d3877ca27b
commit
c94a20d5e2
@@ -21,7 +21,7 @@ def main() -> None:
|
|||||||
|
|
||||||
logger.info(f"Will Patch only {config.apps}")
|
logger.info(f"Will Patch only {config.apps}")
|
||||||
for app in config.apps:
|
for app in config.apps:
|
||||||
logger.info("Trying to build %s" % app)
|
logger.info(f"Trying to build {app}")
|
||||||
try:
|
try:
|
||||||
app = APP(app_name=app, config=config)
|
app = APP(app_name=app, config=config)
|
||||||
patcher = Patches(config, app)
|
patcher = Patches(config, app)
|
||||||
|
|||||||
Reference in New Issue
Block a user