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 6dae4fb commit 0a43485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netkan/netkan/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

class NetkanScheduler:

def __init__(self, common: SharedArgs, queue: str, github_token: str, game: str,
def __init__(self, common: SharedArgs, queue: str, github_token: str, game_id: str,
nonhooks_group: bool = False, webhooks_group: bool = False) -> None:
self.common = common
self.game = game
self.game_id = game_id
self.nonhooks_group = nonhooks_group
self.webhooks_group = webhooks_group
self.github_token = github_token
Expand Down

0 comments on commit 0a43485

Please sign in to comment.