From b7b724c24220b9396e83787f6311082a9b6680e1 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 3 Jan 2019 13:59:38 +0000 Subject: fixed a tiny bug --- SmallYTChannelBotSubmissions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SmallYTChannelBotSubmissions.py') diff --git a/SmallYTChannelBotSubmissions.py b/SmallYTChannelBotSubmissions.py index ed4a339..2a95c48 100644 --- a/SmallYTChannelBotSubmissions.py +++ b/SmallYTChannelBotSubmissions.py @@ -13,8 +13,8 @@ import re reddit = login.REDDIT -#subreddit = reddit.subreddit("SmallYTChannel") -subreddit = reddit.subreddit("jwnskanzkwktest") +subreddit = reddit.subreddit("SmallYTChannel") +#subreddit = reddit.subreddit("jwnskanzkwktest") db = Database() @@ -235,8 +235,8 @@ def main(): 3λ to post. You currently have %iλ. For more information, read the [FAQ](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % score submission.mod.remove() else: - text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ. Soon - you will have to spend your λ to post here. /u/%s, please comment `!givelambda` to the most helpful advice you are given. You + text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ. + /u/%s, please comment `!givelambda` to the most helpful advice you are given. You will be rewarded 1λ if you do so. For more information, read the [FAQ](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % (score - 3, str(submission.author)) db.change_lambda(str(submission.author), -3) -- cgit v1.2.3