You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes made:
+ In `amazon.py`: You have moved the price information inside the `if` block (line 30).
+ In both `amazon.py` and `flipkart.py`: You have optimized the code by calling the `requests.get` method only once instead of twice, which reduces the execution time and the network traffic.
0 commit comments