acecalisto3 commited on
Commit
8e68abf
·
verified ·
1 Parent(s): 5c6848b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ class GitHubBot:
132
  def __init__(self):
133
  self.github_api = None
134
 
135
- def initialize _api(self, token: str):
136
  """Initialize GitHub API with token"""
137
  self.github_api = GitHubAPI(token)
138
 
 
132
  def __init__(self):
133
  self.github_api = None
134
 
135
+ def initialize_api(self, token: str):
136
  """Initialize GitHub API with token"""
137
  self.github_api = GitHubAPI(token)
138