Spaces:
Running
Running
Update app.py
Browse files
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
|