mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 19:46:59 +02:00
Fix problems with refresh token
This commit is contained in:
@@ -109,7 +109,7 @@ class HonCommandLoader:
|
||||
categories: Optional[Dict[str, "HonCommand"]] = None,
|
||||
category_name: str = "",
|
||||
) -> Optional[HonCommand]:
|
||||
"""Try to crate HonCommand object"""
|
||||
"""Try to create HonCommand object"""
|
||||
if not isinstance(data, dict):
|
||||
self._additional_data[command_name] = data
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user