DemiPoto commited on
Commit
c24321f
·
verified ·
1 Parent(s): a333e01

Update all_models2.py

Browse files
Files changed (1) hide show
  1. all_models2.py +3 -1
all_models2.py CHANGED
@@ -92,7 +92,9 @@ def tag_fav(models=models,fav_models=fav_models):
92
  if m in models:
93
  output[1]+=1
94
  output[2].append(m)
95
- print(output)
 
 
96
  return output
97
 
98
  def update_tag(models_plus_tags,list_new_tag):
 
92
  if m in models:
93
  output[1]+=1
94
  output[2].append(m)
95
+ else:
96
+ print(m+" not found ")
97
+ print(models)
98
  return output
99
 
100
  def update_tag(models_plus_tags,list_new_tag):