Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkaron committed May 4, 2020
1 parent 9acc5c5 commit 0ee842c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
open_file,
exit_prompt)

__version__ = "0.9.2"
__version__ = "0.9.3"
__author__ = "Rafał Karoń <rafalkaron@gmail.com.com>"

def main():
Expand All @@ -45,10 +45,8 @@ def main():
start_time = time.time()
html_str = clipps_str_to_html_str(read_file(in_path))
pb(50)

if args.custom_style:
html_str = custom_style_html_str(args.custom_style, html_str)

if not args.no_style and not args.custom_style:
html_str = default_style_html_str(html_str)
pb(75)
Expand Down

0 comments on commit 0ee842c

Please sign in to comment.