gf
This commit is contained in:
parent
302b55683b
commit
05145ea5b0
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
if not v.oldreddit: url = self.url.replace("old.reddit.com", "reddit.com")
|
||||
if v.controversial and '/comments/' in url:
|
||||
if "?" in url: url += "&sort=controversial"
|
||||
else: url += "/?sort=controversial"
|
||||
else: url += "?sort=controversial"
|
||||
return url
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue