Skip to content

Commit 374fc07

Browse files
committed
fixes issue with removed config option
1 parent d9e97dd commit 374fc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/factory/runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def get_hash_runs(params: HashParams) -> List[Hash]:
159159
"id": post.get("id"),
160160
"last_update": post.get("post_modified"),
161161
"event_name": post.get("post_title"),
162-
"kennel_name": config.app_settings.default_kennel,
162+
"kennel_name": config.app_settings.hash_kennels[0],
163163
"event_description": post.get("post_content"),
164164
"event_type": post.get("post_type") or config.app_settings.default_run_type,
165165
"event_geographic_scope": HashScope.Unspecified,

0 commit comments

Comments
 (0)