Skip to content

Commit

Permalink
Merge pull request #55 from ionic-bond/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu1845 committed Apr 8, 2022
2 parents fc27c3f + 94af31a commit a66611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twspace_dl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def space(args: argparse.Namespace) -> int:
print(twspace_dl.master_url)
if args.write_url:
with open(args.write_url, "a", encoding="utf-8") as url_output:
url_output.write(twspace_dl.master_url)
url_output.write('{}\n'.format(twspace_dl.master_url))
if args.write_playlist:
twspace_dl.write_playlist()

Expand Down

0 comments on commit a66611f

Please sign in to comment.