We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacb953 commit 42696ecCopy full SHA for 42696ec
alephclient/memorious.py
@@ -70,10 +70,10 @@ def aleph_emit(context, data):
70
71
def get_api(context):
72
if not settings.HOST:
73
- context.log.warning("No $MEMORIOUS_ALEPH_HOST, skipping upload...")
+ context.log.warning("No $ALEPHCLIENT_HOST, skipping upload...")
74
return
75
if not settings.API_KEY:
76
- context.log.warning("No $MEMORIOUS_ALEPH_API_KEY, skipping upload...")
+ context.log.warning("No $ALEPHCLIENT_API_KEY, skipping upload...")
77
78
79
session_id = 'memorious:%s' % context.crawler.name
0 commit comments