Skip to content

Commit 44b910b

Browse files
committed
bugfix + testing, readme pending
1 parent b4f6689 commit 44b910b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ async def refresh_item(self, refresh_item_id):
379379
endpoint=f"{self.api_url}/command",
380380
settings=self.settings,
381381
json={
382-
"name": self.detail_item_search_command,
382+
"name": self.refresh_item_command,
383383
self.refresh_item_id_key: refresh_item_id,
384384
},
385385
headers={"X-Api-Key": self.api_key},

0 commit comments

Comments
 (0)