Skip to content

Commit

Permalink
Add slack contact details
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Nov 14, 2023
1 parent f40b757 commit 8b6c690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hackspaceapi/spaceapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ async def space_json():
"mastodon": "@[email protected]",
"facebook": "https://www.facebook.com/groups/leighhackspace/",
"ext_instagram": "leighhackspace",
"ext_slack": "leighhack.slack.com",
},
"sensors": get_sensors(),
"feeds": {
Expand All @@ -224,6 +225,7 @@ async def space_json():
"links": get_links(),
"issue_report_channels": ["email"],
"membership_plans": get_membership_plans(),
"ext_dabo": "Dabo!",
}

return data

0 comments on commit 8b6c690

Please sign in to comment.