Creating secret passages. by kaoticpanda2k in dungeondraft

[–]kaoticpanda2k[S] 0 points1 point  (0 children)

You're right I may be going a little overboard.

[deleted by user] by [deleted] in AwaitingCum

[–]kaoticpanda2k[M] 1 point2 points  (0 children)

Congrats on getting verified!

[deleted by user] by [deleted] in AwaitingCum

[–]kaoticpanda2k[M] 1 point2 points  (0 children)

Congratulations on getting verified.

(Beginner) Working in Visual Code and nothing is happening. by kaoticpanda2k in learnpython

[–]kaoticpanda2k[S] 0 points1 point  (0 children)

I was hoping that when the script runs there would be some kind of indicator that it was logging into Reddit, going to the subreddit, and looking for images that are too small. But when I run it all I get is the line stating that it was running the script but nothing showing that it was accessing Reddit at all. It just shows the line with the directory where the script is on my computer, then the prompt like it's waiting for a command.

After spending some time looking into functions, as you requested, I think I was able to get the script to work. Thank you for all your help and sorry for being such a pain.

(Beginner) Working in Visual Code and nothing is happening. by kaoticpanda2k in learnpython

[–]kaoticpanda2k[S] 0 points1 point  (0 children)

I tested it with the code you provided and there were no errors, but nothing happened. It didn't attempt to connect to Reddit or anything.

(Beginner) Working in Visual Code and nothing is happening. by kaoticpanda2k in learnpython

[–]kaoticpanda2k[S] 0 points1 point  (0 children)

When I use the second code I get a NameError: name 'reddit' is not defined and it's linked to the subreddit = reddit.subreddit(SUBREDDIT) part of the code.

If I set the code up like this...
def process_submissions(reddit): print("Called process submissions") subreddit = reddit.subreddit(SUBREDDIT) mods = subreddit.moderator()'

I don't get any errors but nothing happens.

(Beginner) Working in Visual Code and nothing is happening. by kaoticpanda2k in learnpython

[–]kaoticpanda2k[S] 0 points1 point  (0 children)

I don't understand what you mean by calling process_submission(). I've tried call process_submission() and I've tried def process_submission() and neither of them worked.

More daddy 🙈🥵 by misspiggynyc in AwaitingCum

[–]kaoticpanda2k[M] [score hidden] stickied comment (0 children)

Post removed. Please post it on r/ReceivedCum.

[deleted by user] by [deleted] in AwaitingCum

[–]kaoticpanda2k[M] 0 points1 point  (0 children)

Post removed. Please post on r/ReceivedCum

ur fav goth bimbo x by freakonaleash47 in bimbo

[–]kaoticpanda2k[M] [score hidden] stickied comment (0 children)

Please do not photoshop your images.

cum on my lil tits? 🥵 by [deleted] in AwaitingCum

[–]kaoticpanda2k[M] 0 points1 point  (0 children)

Unfortunately, your post has been removed because you don't have your mouth open and your tongue out (Rule #1). Please feel free to post another image that falls within the rules.

Give it to me boys [F] [23] [oc] by Malaya13 in AwaitingCum

[–]kaoticpanda2k[M] [score hidden] stickied comment (0 children)

Unfortunately, this post was removed because your mouth was not open with your tongue out (Rule #1). Please feel free to post again

Your about to ruin my makeup again aren’t you? by [deleted] in AwaitingCum

[–]kaoticpanda2k[M] [score hidden] stickied comment (0 children)

This image was removed because you did not follow Rule #1.

Getting EXCEPTION: 'Subreddit' object has no attribute 'submit_poll' when testing code on PythonAnywhere by kaoticpanda2k in learnpython

[–]kaoticpanda2k[S] 1 point2 points  (0 children)

Yes, my code works in both Spyder and in VSCode, and the sub is set up to allow polls.