From cef7c2b7653a22b251dbf2f83cfa6982460b334b Mon Sep 17 00:00:00 2001 From: kthouky Date: Wed, 9 Aug 2023 14:40:27 +0200 Subject: [PATCH] fix: domain arg --- examples/censures.py | 2 +- examples/endorsements.py | 2 +- examples/instance.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/censures.py b/examples/censures.py index 58cd2c3..c96caef 100644 --- a/examples/censures.py +++ b/examples/censures.py @@ -14,7 +14,7 @@ -fediverse_domain = args.pythonseer_domain +fediverse_domain = args.fediverse_domain if not fediverse_domain: fediverse_domain = os.getenv('FEDIVERSE_DOMAIN', "lemmy.dbzer0.com") if not fediverse_domain: diff --git a/examples/endorsements.py b/examples/endorsements.py index 45d6579..437dc10 100644 --- a/examples/endorsements.py +++ b/examples/endorsements.py @@ -14,7 +14,7 @@ -fediverse_domain = args.pythonseer_domain +fediverse_domain = args.fediverse_domain if not fediverse_domain: fediverse_domain = os.getenv('FEDIVERSE_DOMAIN', "lemmy.dbzer0.com") if not fediverse_domain: diff --git a/examples/instance.py b/examples/instance.py index bf525d0..add4ac3 100644 --- a/examples/instance.py +++ b/examples/instance.py @@ -12,7 +12,7 @@ -fediverse_domain = args.pythonseer_domain +fediverse_domain = args.fediverse_domain if not fediverse_domain: fediverse_domain = os.getenv('FEDIVERSE_DOMAIN', "lemmy.dbzer0.com") if not fediverse_domain: