Skip to content

Commit

Permalink
fix: get board_id for focalboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed Apr 28, 2024
1 parent cd1c047 commit e09aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/focalboard/focalboard_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _update_from_config(self):
"""Update attributes according to current self._focalboard_config"""
self.token = self._focalboard_config["token"]
self.url = self._focalboard_config["url"]
self.board_id = "5e91d48a9e9d947b95fb0df7"
self.board_id = self._focalboard_config["board_id"]
self.headers = {
"Accept": "application/json",
"Content-Type": "application/json",
Expand Down

0 comments on commit e09aeb4

Please sign in to comment.