From 7d6fd4c745d8794a640ca9307ce42f98b0d52625 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 30 2018 12:05:30 +0000 Subject: fix populate.py from crashing we removed the about widget in a previous commit, but populate.py was still referening it, and would crash when run. this fixes this issue. --- diff --git a/populate.py b/populate.py index 0b9c6e4..08330cf 100755 --- a/populate.py +++ b/populate.py @@ -21,7 +21,6 @@ placekitten = "https://placekitten.com/g/320/320" # Register widgets we will use hubs.widgets.registry.register_list([ "hubs.widgets.meetings:Meetings", - "hubs.widgets.about:About", "hubs.widgets.feed:Feed", "hubs.widgets.memberships:Memberships", ])