diff --git a/main.py b/main.py index 73b9bd6..c2f34fa 100644 --- a/main.py +++ b/main.py @@ -88,11 +88,11 @@ def main(): print("Writing to target file...") out = open(path, 'w') + out.write("\n") out.write("\n") - out.write( - "\n") + out.write("\n") sorted_links = dict(sorted(links.items(), key=lambda item: item[1], reverse=True))