Big Ideas Templates for insided widget. Api keys and script changes.

This commit is contained in:
Norm Rasmussen
2023-12-01 16:29:56 -05:00
parent 419a9ed505
commit fffccc48b6
4 changed files with 222 additions and 3313 deletions

View File

@ -29,7 +29,7 @@ def get_groups(APIKEY):
groups_dict = {
"id": group_id,
"name": group_name,
"created_at": created_at,
# "created_at": created_at,
}
groups.append(groups_dict)