Get rid of some minor things
This commit is contained in:
@@ -143,8 +143,6 @@ def main():
|
|||||||
if args.verbose:
|
if args.verbose:
|
||||||
print(f"Refined: {ref}")
|
print(f"Refined: {ref}")
|
||||||
buffer += ref
|
buffer += ref
|
||||||
if not args.verbose:
|
|
||||||
print("#", end="")
|
|
||||||
subs = buffer
|
subs = buffer
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print(subs)
|
print(subs)
|
||||||
@@ -159,8 +157,6 @@ def main():
|
|||||||
if args.verbose:
|
if args.verbose:
|
||||||
print(f"Presummary: {pre_summary}")
|
print(f"Presummary: {pre_summary}")
|
||||||
firstpass += pre_summary
|
firstpass += pre_summary
|
||||||
if not args.verbose:
|
|
||||||
print("#", end="")
|
|
||||||
# And a summary of the whole
|
# And a summary of the whole
|
||||||
summary = get_summary(firstpass)
|
summary = get_summary(firstpass)
|
||||||
print(f"Summary: {summary}")
|
print(f"Summary: {summary}")
|
||||||
|
Reference in New Issue
Block a user