Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ class GitHubBot:
|
|
132 |
def __init__(self):
|
133 |
self.github_api = None
|
134 |
|
135 |
-
def
|
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 |
|