Skip to content

Commit

Permalink
using url directly
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Oct 16, 2024
1 parent 8b518ad commit 2bad6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugzilla_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BugzillaAPIClient:

@property
def URL(self) -> str:
return BUGZILLA_URL
return "bugzilla.mozilla.org"

@property
def bz_client(self) -> bugzilla.Bugzilla:
Expand Down

0 comments on commit 2bad6b8

Please sign in to comment.