Skip to content

Commit

Permalink
Fix embed
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara authored Oct 24, 2022
1 parent a09e47c commit af2e856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commonknowledge/wagtail/embed_providers/shiny.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def find_embed(self, url, max_width=None):
return {
'title': f"Shiny app: {org_slug}/{app_slug}",
'author_name': org_slug,
'embed_id': embed_id,
'provider_name': "Shiny",
'type': "rich",
'width': max_width,
Expand Down

0 comments on commit af2e856

Please sign in to comment.