Skip to content

Commit

Permalink
removed cli() from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota-Karthik committed Oct 8, 2024
1 parent 4338f28 commit d9b42ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions twinTrim/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ def cli(directory, all, min_size, max_size, file_type, exclude, label_color, bar
click.echo(click.style(f"Time taken: {time_taken:.2f} seconds.", fg='green'))
logging.info(f"Total time taken: {time_taken:.2f} seconds.")

if __name__ == "__main__":
cli()

0 comments on commit d9b42ab

Please sign in to comment.