mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Added missing S
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ class APP(object):
|
|||||||
f"{app_name}_PATCHES_DL".upper(), config.global_patches_dl
|
f"{app_name}_PATCHES_DL".upper(), config.global_patches_dl
|
||||||
)
|
)
|
||||||
self.integrations_dl = config.env.str(
|
self.integrations_dl = config.env.str(
|
||||||
f"{app_name}_INTEGRATION_DL".upper(), config.global_integrations_dl
|
f"{app_name}_INTEGRATIONS_DL".upper(), config.global_integrations_dl
|
||||||
)
|
)
|
||||||
self.patches_json_dl = config.env.str(
|
self.patches_json_dl = config.env.str(
|
||||||
f"{app_name}_PATCHES_JSON_DL".upper(), config.global_patches_json_dl
|
f"{app_name}_PATCHES_JSON_DL".upper(), config.global_patches_json_dl
|
||||||
|
|||||||
Reference in New Issue
Block a user