Skip to content

Commit

Permalink
fix: domain arg
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 9, 2023
1 parent ae1aee0 commit cef7c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/censures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/endorsements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cef7c2b

Please sign in to comment.