Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 6, 2020
1 parent 1fdd355 commit db7d306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activities.py
Expand Up @@ -242,7 +242,7 @@ def __init__(self, spec_url):
"title": "",
"description": None,
"ciuName": None,
"org": None,
"org": "Proposal",
"url": spec_url,
"mdnUrl": None,
"mozBugUrl": None,
Expand Down Expand Up @@ -272,7 +272,6 @@ def figure_out_org(self):
sys.stderr.write(
"* ERROR: Can't figure out what organisation %s belongs to! Using Proposal.\n" % host
)
self.data["org"] = "Proposal"

def fetch_spec_data(self, url):
"""
Expand Down

0 comments on commit db7d306

Please sign in to comment.