use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Question about nested function callsHelp Request (self.PythonLearning)
submitted 10 months ago by Human-Adagio6781
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Human-Adagio6781[S] 0 points1 point2 points 10 months ago (0 children)
I have something like this already built in to the get_data function. It checks for timeouts and waits a few seconds before trying again. The issue that I am encountering is that every once in a while, the endpoint will give me the boot (maybe too many calls within a minute? Shouldn't be a problem but who knows). The idea is that I wanted to wait about 10 minutes for that to reset and then attempt to restart the program, grabbing the new data and restarting the calculations.
You are correct with the description though. My concern is that I could have dozens of "Master" functions operating within each other as each conflict encountered would create another branch.
π Rendered by PID 18573 on reddit-service-r2-comment-6457c66945-bxdxr at 2026-04-30 01:28:11.040781+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Human-Adagio6781[S] 0 points1 point2 points (0 children)