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: