Skip to content

Commit

Permalink
version_bumb (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 authored Aug 8, 2023
1 parent 1bf4c73 commit 6748888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/community.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
arg_parser.add_argument('-c', '--lemmy_community', action='store', required=False, type=str, help="the community which to discover")
args = arg_parser.parse_args()



lemmy_domain = args.lemmy_domain
if not lemmy_domain:
lemmy_domain = os.getenv('LEMMY_DOMAIN', "lemmy.dbzer0.com")
Expand Down

0 comments on commit 6748888

Please sign in to comment.