1 parent 9acc5c5 commit 0ee842cCopy full SHA for 0ee842c
1 file changed
__main__.py
@@ -18,7 +18,7 @@
18
open_file,
19
exit_prompt)
20
21
-__version__ = "0.9.2"
+__version__ = "0.9.3"
22
__author__ = "Rafał Karoń <rafalkaron@gmail.com.com>"
23
24
def main():
@@ -45,10 +45,8 @@ def main():
45
start_time = time.time()
46
html_str = clipps_str_to_html_str(read_file(in_path))
47
pb(50)
48
-
49
if args.custom_style:
50
html_str = custom_style_html_str(args.custom_style, html_str)
51
52
if not args.no_style and not args.custom_style:
53
html_str = default_style_html_str(html_str)
54
pb(75)
0 commit comments