remotes/1693045480750635534/spooky-22
Aevann1 2021-11-23 00:49:06 +02:00
parent a518ca7fc3
commit de2bd771b1
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class Submission(Base):
def realurl(self, v):
if v and v.agendaposter and random.randint(1, 10) < 4:
if site == 'rdrama.net':
return random.choice('https://secure.actblue.com/donate/ms_blm_homepage_2019','https://rdrama.net/post/19711/a-short-guide-on-how-to')
return random.choice(['https://secure.actblue.com/donate/ms_blm_homepage_2019','https://rdrama.net/post/19711/a-short-guide-on-how-to'])
return 'https://secure.actblue.com/donate/ms_blm_homepage_2019'
elif v and self.url and self.url.startswith("https://old.reddit.com/"):
url = self.url