We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f196c16 commit fe6548eCopy full SHA for fe6548e
canaille/core/populate.py
@@ -44,6 +44,7 @@ def fake_users(nb=1):
44
faker_obj = faker.Faker(locales)
45
users = list()
46
47
+ # kinda hotfix for https://github.com/joke2k/faker/issues/2278
48
cache = {}
49
for _ in range(nb):
50
try:
0 commit comments