fix url
This commit is contained in:
parent
a4f4af02e7
commit
f4159b6591
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import dateparser
|
||||||
|
|
||||||
# upload pdfs and add metadata
|
# upload pdfs and add metadata
|
||||||
import ox.api
|
import ox.api
|
||||||
api = ox.api.signin('https://leftove.rs/api/')
|
api = ox.api.signin('https://archive.leftove.rs/api/')
|
||||||
|
|
||||||
if os.path.exists('titles.json'):
|
if os.path.exists('titles.json'):
|
||||||
titles = json.load(open('titles.json'))
|
titles = json.load(open('titles.json'))
|
||||||
|
|
Loading…
Reference in a new issue