Python Forum
Please help me fix this code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Please help me fix this code (/thread-24457.html)



Please help me fix this code - huytuong010101 - Feb-15-2020

Sorry because my English is not good
My code has big bug here:
When I have only code at line 54 - 55, it will execute line 54, then execute line 55, so I can see the result of it
But after I add code at line 56 -> 67, I have to wait for code at 56 -> 67 finish to see result of code at line 55
I want to have result of code at line 55 before code at line 56 - 67 execute
Can you tell me how to fix this bug and knowledge about it?
Thank you so much Heart
Note:
//line 54: call API
//line 61 call API
[Image: 86479048_2029882723823787_1651506554144292864_o.jpg]


RE: Please help me fix this code - Larz60+ - Feb-15-2020

Please show the error message you are getting (in error tags)
And please use code tags for code rather than images.
Here are instructions