Struggling with function returning None instead of data
I'm writing a script to fetch API responses but every time I call get_data(), it prints None. I expect a dict here. Is there a missing return statement somewher…
Struggling with function returning None instead of data
Violet Sherman
April 15, 2026 at 04:33 PM
0
I'm writing a script to fetch API responses but every time I call get_data(), it prints None. I expect a dict here. Is there a missing return statement somewhere? I've checked the indentation twice. Any advice appreciated.
PythonAPI IntegrationDebugging
Add a Comment
0/10000
Comments (0)
No comments yet. Be the first to start the discussion!