Naim08 / ErrorRepo

0 stars 0 forks source link

Fix for division by zero error #2

Open resolvdapp[bot] opened 4 months ago

resolvdapp[bot] commented 4 months ago

I have replaced the problematic code in the /main.py file that was causing a division by zero error with a try-except block as suggested in the issue. This change will prevent the application from crashing due to a division by zero error.