Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- InitialMarkups.py +1 -1
InitialMarkups.py
CHANGED
|
@@ -69,7 +69,7 @@ def changepdflinks(data_list_JSON, pdflink):
|
|
| 69 |
new_url = f"{encoded_pdf}#{fragment}"
|
| 70 |
else:
|
| 71 |
new_url = encoded_pdf
|
| 72 |
-
print(
|
| 73 |
entry["NBSLink"] = 'https://findconsole-initialmarkups.hf.space/view-pdf?pdfLink='+new_url
|
| 74 |
print(entry["NBSLink"] )
|
| 75 |
return data_list_JSON
|
|
|
|
| 69 |
new_url = f"{encoded_pdf}#{fragment}"
|
| 70 |
else:
|
| 71 |
new_url = encoded_pdf
|
| 72 |
+
print(new_url)
|
| 73 |
entry["NBSLink"] = 'https://findconsole-initialmarkups.hf.space/view-pdf?pdfLink='+new_url
|
| 74 |
print(entry["NBSLink"] )
|
| 75 |
return data_list_JSON
|