Skip to content

Commit 5403f22

Browse files
committed
Finish hints for status
1 parent 1fe3b91 commit 5403f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_mysql/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_many(self, names: Iterable[str]) -> dict[str, int | float | bool | str]:
5757
]
5858
)
5959

60-
cursor.execute(query, names)
60+
cursor.execute(query, tuple(names))
6161

6262
return {name: self._cast(value) for name, value in cursor.fetchall()}
6363

0 commit comments

Comments
 (0)