This commit is contained in:
2026-07-14 14:33:42 +02:00
parent 1e640d98da
commit cd2be92dd4
+1 -1
View File
@@ -40,7 +40,7 @@ def load_ndb_to_q(logger):
key = next(iter(ndb_database))
_ = ndb_database.pop(key)
logger.info(key)
url = f"https://sci-hub.se/{key}"
url = f"https://sci-hub.red/{key}"
WORK_Q.put([key, url, False])
except StopIteration:
break