board id has been changed

master
alex 2023-08-17 21:27:02 +02:00
parent 3993ddb7ee
commit 6cbab8e3ed
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -9,4 +9,4 @@ class App:
user = self._client.get_current_user()
print(user)
# self._client.items.create_item(board_id='1251126894', group_id='today', item_name='Do a thing')
item = self._client.create_item(1251126894, 'test', {"Project": "column_value"})
item = self._client.create_item(1251138024, 'test', {"Project": "column_value"})