wseo commited on
Commit
26b4087
1 Parent(s): f8a245a

fix: min likes for certificate to 5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ START_DATE = datetime(2023, 10, 20, tzinfo=timezone(timedelta(hours=9)))
27
  END_DATE = datetime(2023, 11, 10, tzinfo=timezone(timedelta(hours=9)))
28
 
29
 
30
- def has_contributions(repo_type, hf_username, organization, likes=10):
31
  """
32
  Check if a user has contributions in the specified repository type.
33
  :param repo_type: A repo type supported by the Hub
 
27
  END_DATE = datetime(2023, 11, 10, tzinfo=timezone(timedelta(hours=9)))
28
 
29
 
30
+ def has_contributions(repo_type, hf_username, organization, likes=5):
31
  """
32
  Check if a user has contributions in the specified repository type.
33
  :param repo_type: A repo type supported by the Hub