mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fix
This commit is contained in:
@@ -40,7 +40,7 @@ def load_ndb_to_q(logger):
|
|||||||
key = next(iter(ndb_database))
|
key = next(iter(ndb_database))
|
||||||
_ = ndb_database.pop(key)
|
_ = ndb_database.pop(key)
|
||||||
logger.info(key)
|
logger.info(key)
|
||||||
url = f"https://sci-hub.se/{key}"
|
url = f"https://sci-hub.red/{key}"
|
||||||
WORK_Q.put([key, url, False])
|
WORK_Q.put([key, url, False])
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user