fix: wrong faker method
This commit is contained in:
2
main.py
2
main.py
@@ -204,7 +204,7 @@ def generate_mock_data(num_submissions=3):
|
||||
# More realistic email generation
|
||||
email_chance = fake.random_int(1, 100)
|
||||
if email_chance <= 50:
|
||||
email_contacto = fake.freeEmail()
|
||||
email_contacto = fake.free_email()
|
||||
elif email_chance <= 70:
|
||||
email_contacto = fake.company_email()
|
||||
else:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "l4l1g4-d3nunc145"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Automated LaLiga piracy reporting tool for legitimate complaints. Spanish form automation with Docker support."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
Reference in New Issue
Block a user