Skip to content

Commit 42696ec

Browse files
committed
Change logged env vars.
1 parent aacb953 commit 42696ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alephclient/memorious.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def aleph_emit(context, data):
7070

7171
def get_api(context):
7272
if not settings.HOST:
73-
context.log.warning("No $MEMORIOUS_ALEPH_HOST, skipping upload...")
73+
context.log.warning("No $ALEPHCLIENT_HOST, skipping upload...")
7474
return
7575
if not settings.API_KEY:
76-
context.log.warning("No $MEMORIOUS_ALEPH_API_KEY, skipping upload...")
76+
context.log.warning("No $ALEPHCLIENT_API_KEY, skipping upload...")
7777
return
7878

7979
session_id = 'memorious:%s' % context.crawler.name

0 commit comments

Comments
 (0)