mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
add ColorFormatter class for optional colorized log output
This commit is contained in:
parent
7e8e2403cd
commit
290587f449
6 changed files with 48 additions and 11 deletions
|
|
@ -104,7 +104,7 @@ def main():
|
|||
)
|
||||
parser.add_argument("--no-check-https", action="store_true", default=False)
|
||||
options = common.parse_args(parser)
|
||||
common.set_console_logging(options.verbose)
|
||||
common.set_console_logging(options.verbose, options.color)
|
||||
common.read_config()
|
||||
|
||||
extract(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue