chenyingli commited on
Commit
50a369a
·
verified ·
1 Parent(s): 44e1508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ def process_profiles(profiles_text, wechat, progress=None):
144
  time.sleep(1)
145
 
146
  try:
 
147
  paper_info = search_paper_by_title(title)
148
  except Exception as e:
149
  continue
 
144
  time.sleep(1)
145
 
146
  try:
147
+ time.sleep(0.3)
148
  paper_info = search_paper_by_title(title)
149
  except Exception as e:
150
  continue