diff --git a/lib/bugzilla_conn.py b/lib/bugzilla_conn.py index 7de0fbc..0b8295c 100644 --- a/lib/bugzilla_conn.py +++ b/lib/bugzilla_conn.py @@ -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: