79668854

Date: 2025-06-17 10:03:33
Score: 2
Natty:
Report link

There is very likely an encoding issue during the exec part of the code as sasid by @tevemadar

The way this is done also would be quite looked down upon. Exec's are dangerous as they can easily be exploited.

Imports exist for a reason. Try wrapping your bs4 code in a function maybe and import that to your main file. You can call it then ;)

Reasons:
  • No code block (0.5):
  • User mentioned (1): @tevemadar
  • Low reputation (0.5):
Posted by: hexxx