Skip to content

Commit

Permalink
qol change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Feb 14, 2024
1 parent e09f83c commit 6bca543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page_managers/picklist_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def write_to_notion(self, dataframe: DataFrame) -> None:
"object": "block",
"type": "embed",
"embed": {
"url": f"https://falconvis-{EventSpecificConstants.EVENT_CODE[-3:]}.streamlit.app?team_number={team_number}"
"url": f"https://falconvis-{EventSpecificConstants.EVENT_CODE[-3:]}.streamlit.app/?team_number={team_number}"
}
}
]
Expand Down

0 comments on commit 6bca543

Please sign in to comment.