Added line break
This commit is contained in:
parent
87175a1264
commit
cbe3b1da4a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def main ():
|
|||
rss = RssParserPosts.RssParserPosts(rss_feeds)
|
||||
design.add_rssfeed(rss)
|
||||
|
||||
debug.print_line("Starting to render")
|
||||
debug.print_line("\nStarting to render")
|
||||
for i, output in enumerate(output_adapters):
|
||||
output.render(design)
|
||||
debug.print_line(str(i + 1) + " of " + str(len(output_adapters)) + " rendered")
|
||||
|
|
Loading…
Reference in a new issue