Skip to content

Commit

Permalink
Update netkan/netkan/scheduler.py
Browse files Browse the repository at this point in the history
Co-authored-by: HebaruSan <HebaruSan@users.noreply.github.com>
  • Loading branch information
techman83 and HebaruSan authored Mar 31, 2023
1 parent 92049d6 commit 6dae4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netkan/netkan/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def nk_repo(self) -> NetkanRepo:

@property
def ckm_repo(self) -> CkanMetaRepo:
return self.common.game(self.game).ckanmeta_repo
return self.common.game(self.game_id).ckanmeta_repo

def sqs_batch_attrs(self, batch: List[SendMessageBatchRequestEntryTypeDef]) -> Dict[str, Any]:
return {
Expand Down

0 comments on commit 6dae4fb

Please sign in to comment.