diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
commit | a27b575380378f1b490dcabb8cc67f05adee5daa (patch) | |
tree | f62f99169397b3779a5a9c2db4dca9beb0a86b56 /youtube/post_comment.py | |
parent | c696db3e84d91092182adbeb7eef6126fad6be5d (diff) | |
download | yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.lz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.xz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.zip |
remove trailing whitespaces
Diffstat (limited to 'youtube/post_comment.py')
-rw-r--r-- | youtube/post_comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/post_comment.py b/youtube/post_comment.py index 78f080f..0bf0cf5 100644 --- a/youtube/post_comment.py +++ b/youtube/post_comment.py @@ -155,7 +155,7 @@ def get_delete_comment_page(): def get_post_comment_page(): video_id = request.args['video_id'] parent_id = request.args.get('parent_id', '') - + if parent_id: # comment reply form_action = util.URL_ORIGIN + '/comments?parent_id=' + parent_id + "&video_id=" + video_id replying = True |