Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nosivads committed Jan 16, 2025
1 parent 18d0396 commit 99a23bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/oai.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def update_db(colls):
try:
description = [note for note in coll_info['notes'] if (note['type'] == 'scopecontent' or note['type'] == 'abstract') and note['publish']]
print(description)
print('*********')
except:
description = ''
if description:
Expand Down

0 comments on commit 99a23bb

Please sign in to comment.