Fixed source of submission url to make it work with selfposts

This commit is contained in:
Josue Ortega
2017-05-05 12:31:11 -06:00
parent 59a313fd03
commit 5f6435d7b9

View File

@@ -345,7 +345,7 @@ class Page(object):
"""
data = self.get_selected_item()
url = data.get('url')
url = data.get('url_full')
if url is not None:
try:
self.copy_to_clipboard(url)