1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 19:51:34 +01:00

remove debug remains

This commit is contained in:
Mike Fährmann 2024-08-12 08:00:59 +02:00
parent 7f0f407d88
commit 9db361e4cd
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -207,7 +207,7 @@ def build_parser():
)
update = parser.add_argument_group("Update Options")
if util.EXECUTABLE or 1:
if util.EXECUTABLE:
update.add_argument(
"-U", "--update",
dest="update", action="store_const", const="latest",