guedes / faker_fdw

Because, sometimes, your Elephant must lie
Other
90 stars 7 forks source link

Fixes error: Fix TypeError: Calling `.seed()` #4

Closed timhaak closed 4 years ago

timhaak commented 4 years ago

Fix error

TypeError: Calling .seed() on instances is deprecated. Use the class method Faker.seed() instead.

https://faker.readthedocs.io/en/master/fakerclass.html#upgrade-guide

guedes commented 4 years ago

Nice! Thanks! :blue_heart: